Hello,
I am creating an app using v2.10 of WAB. I have added the group filter widget with the following configuration settings.
The Pre-Work Number field has a Long Int data type with a domain value applied to it. The domain values are for example...
Code Description
3 Test3
2 Test2
1 Test1
When I use the editor widget to set the Pre-work Number value the drop down appears like...
Test3
Test2
Test1
But when I use the Group Filter Widget the values appear ...
Test1
Test2
Test3
Is there anyway of reversing the order of how these values appear in the Group Filter widget?