745
Views
2
Comments
Table sort using advanced query
Question
Application Type
Reactive

I'm using an advanced query to feed a table but the sorting isn't working for the id field. I'm using a parameter tablesort with the property expand inline set to yes. In the select of the query I have {Person}.[Id] and in the table the sort attribute is set to id. Why this specific field is giving error where the other fields don't?


2024-09-12 02-43-38
Deepsagar Dubey

Hi @Fabiano Peralta 

You can achieve it by using a Input parameter in advance SQL,

Just add sorting in your table headers and in onclick pass the column name and a certain order (ascending or descending) then pass the same column name (append ASC or DESC) variable to your SQL box query,

I hope it'll help you.

Thanks

Deep

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.