I want to filter the data I get from Webmap on AppStudio according to certain features.
I want to create a hierarchy the selections below to be filtered based on the box at the top but i don't know how to do this with qml.
I would be glad if you help me...
Solved! Go to Solution.
Hello @TarikBayram ,
I would look into using definition expressions for feature layers or query features for feature tables. There is also a sample called Feature Layer that has different sub samples that demonstrate what can be done with feature layers including how to use definition expressions and query features.
Best,
Trevor
Hello @TarikBayram ,
I would look into using definition expressions for feature layers or query features for feature tables. There is also a sample called Feature Layer that has different sub samples that demonstrate what can be done with feature layers including how to use definition expressions and query features.
Best,
Trevor
Hello @TrevorFrame ,
Thanks for you response!