Receive email notifications by changing your settings.
Click on your picture in the top right corner, go to Preferences and select your notification preferences.

Using created attribute values for indicators

Hi,

I'm trying to create an indicator that shows the food production of each function with the attribute "food production/m2". I created a new attribute called FOOD_PRODUCTION in the Function value table and I set the values for the corresponding functions such as vegetable gardens or corn fields. My intended following steps on the excel sheet were:

  1. Getting the names of functions with the attribute FOOD_PRODUCTION
  2. Getting the attribute value for each retrieved function
  3. Getting the lotsize of each retrieved function

For the step 1, I used the query:

SELECT_NAME_WHERE_FUNCTION_IS_X_AND_ATTRIBUTE_IS_FOOD_PRODUCTION

i also tried:

SELECT_NAME_WHERE_FUNCTION_IS_X_AND_ATTRIBUTE_IS_FOOD_PRODUCTION_AND_ATTRIBUTE_MIN_IS_1.0_AND_ATTRIBUTE_MAX_IS_100.0


In the query tool, the conditions are not considered, since it retrieves the name of functions that don't fit the conditions. And when I update the excel, it is marked as an invalid query.


For testing purposes, I tried the query "SELECTNAMEWHERE_FUNCTION_IS_X" and it neither worked.


Besides, I didn't find the query to retrieve an attribue value for a specific function.


I guess I'm doing something wrong. May you please guide me through this?


Thank you very much.

Tagged:

Comments

  • Hello Josep,


    We looked into this and came to the conclusion that it is not possible to make use of X queries in regard of Functions.

    That's where it goes wrong.

    Unfortunately we only see a solution in working with the specifc numbers that correspond with the specific functions, as you can see in the TQL tool. (and make a list of the function numbers you need that are relevant for the attributes)

    For the 3 steps you name you want to create, I come up with the following queries:

    1) SELECTNAMEWHERE_FUNCTION_IS_485(and make a list of the function numbers you need that are relevant for the attributes)

    2) SELECT_ATTRIBUTE_WHERE_NAME_IS_FOOD_PRODUCTION_AND_FUNCTION_IS_485 (the number is an example)

    3) SELECT_LOTSIZE_WHERE_FUNCTION_IS_485

    If you build it as mentioned above you don't need to use the min and max clauses.F

    You can also considder to create multiple attributes that are linked to specific functions and create selections with these different attributes but I'm not sure if this is suitebale for your case.


    Also are you aware of the current and maquette clause? Not sure if this is applicable to your case but to be sure I wanted to notify you about this.

    Please look at this wiki page to read more about this. https://previewsupport.tygron.com/wiki/TygronQueryLanguage#Clauses


    I hope this helps you.

    Kind regards,
    Hansje
    Tygron support team

  • I guessed the tab 'current' is active when platform is in 'current situtation' and tab 'maquette' is active when the game is running. But maybe I'm wrong.

  • Hello Josep,


    Yes when you are working on editing your baseline project and at the start of a session the map is selected on current.

    When you perform an action during a test run or a session you switch to maquette because you are planning in a future situation than.

    When you make calculations in Excel it an be needed to request the current situation and the maquette situation to make a comparison.

    Kind regards,
    Hansje
    Tygron support team

Sign In or Register to comment.