Sort Filtered Data

E

Elridge

Is there a way to sort data within a filter? Once the filtered data is, I
would like to sort it (the type of the data which I wish to sort is
alphanumeric).
 
A

Alex [MSFT]

No, there is no way to set sorting on a repeating table.

You need to configure sorting ont he data side: for example, if your data is
coming from a database, you need to set up a dynamic database query.
Depending on the desired ordering, the "ORDER BY" part of your SQL will
change.

Hope this helps.
-Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top