changing sort at runtime

Hi again,

and another small question:

GROUPING and SORTING data depends on the "ORDER BY" clause of a datasource, right?

What if the user would like to change the sort at runtime instead of
accepting the default sorting?

Possible? ;)

Do I have to rerun the source-query and can I refresh the preview without closing its window?

Thanks & best regards,

Daniel

Comments

  • edited 7:17AM
    You can use embedded query and change its SQL dynamically. See the report example in the demos\main, report "Internal query".

Leave a Comment