Hello.
Can someone point me in the right direction?
I have created a table (repeating group) and now want to add a sorting function to the various columns.
For example, with dates:
The table defaults to ascending order. When you click on the sorting icon, the order changes to descending, but how can I make the sorting go back to ascending by clicking on it again?
I have made a Custom State for each column and use this to change the sorting.
There can be several ways for achieving this functionality but this one I always prefers I-e using conditions on repeating Group …. If dropdown value is this etc etc
I have a condition on the repating group: If *page* customstate is *x*
It works when I only have the first workflow, but the function breaks when I add the second one.
The names of the fields in your data and the values you set to the custom state value should be exactly same. Is the name of the date Date in your database?