for a table/repeat expression would repeat the query but only where the status column = 1
you could do another table/repeat for .where('statuscolumn',2,'==') etc.
There is also the option of using something like a select input
Thanks for this promptness.
I have 10 records in the category e.g status=0, but only 4 was displayed, is there any reason for this.
My expression looks like this****** sc_tickets.data.qry_alltickets.data.where(status, 0, ‘==’)*****
Concerning the inaccurate record, any record with a NULL value in part of the repeated field is not listed even though it has id. Thanks.
Any idea if single pagination can be applied to all the tabs. I tried it was messed up