Receive email notifications by changing your settings.
Click on your picture in the top right corner, go to Preferences and select your notification preferences.
Click on your picture in the top right corner, go to Preferences and select your notification preferences.
Thank you for contributing to our forum!
Please keep in mind:
1. To only comment on the topic where the discussion is about. Do you have a new question or topic? Please start a new discussion.
2. Be kind to other users!
Please keep in mind:
1. To only comment on the topic where the discussion is about. Do you have a new question or topic? Please start a new discussion.
2. Be kind to other users!
Selecting Gridvolume of multiple Areas with the same attribute
Hi,
I'm trying to build a panel in wich I'd like to get the gridvolume of different area's. What these area's have in commen is a certain attribute.
What I have now is this:
SELECT_GRIDVOLUME_WHERE_AREA_WITH_ATTRIBUTE_IS_PLANGEBIED_1_AND_GRID_WITH_ATTRIBUTE_IS_MAAIVELDBERGING
This works fine, but I selects just one area. And I'd like to get all the areas with the attribute PLANGEBIED_1. So, I need to add an X somewhere, but I have no clue where.
Can you help?
Tagged:
Comments
Hi @Ward van Laatum ,
You can create a XA query. The TQL query then will be:
SELECT_GRIDVOLUME_WHERE_AREA_IS_XA_PLANGEBIED_1_AND_GRID_WITH_ATTRIBUTE_IS_MAAIVELDBERGING
Let me know if this works for you.
Tygron support team
Hi @Godelief ,
It works great! Thank you and thank you for your patience.
Hi Ward,
Ok, glad to hear that! I noticed we did not have any documentation on XA queries yet, so this is now added to our Wiki:
https://support.tygron.com/wiki/Excel#XA_Queries
Tygron support team