Skip to main content
faraza4154
November 15, 2022
Question

Applying sorting on executestoredprocedure()

  • November 15, 2022
  • 1 reply
  • 0 views

How to apply sort on the data that we get from  executestoredprocedure() while displaying on read only Grid?

1 reply

November 15, 2022

Hi,

Please call the SP in an expression (output should be similar to a temporary cdt so that we can map into the record) and use the expression to create a Expression Based Record.

Hence you can use that record in any way like sorting, filtering so on.

Thank You.