Hello Team,
We are using open source BI Helical Insight 6.2.0.952 GA. How can we dynamically sort Table Visualization data in Helical Insight using URL parameters? The reports we are creating are created using the drag drop interface.
We have a requirement where users should be able to control:
Sorting column
Sorting direction (ASC/DESC)
directly from the report URL without modifying the visualization manually.
Example URL:
https://216.48.177.235:8443/bi-ee/#/report-viewer?dir=OptCulture&file=Report_WIth_Security.hr&mode=open&sort_column=employee_name_myRename&sort_condition=asc
We want the table visualization to automatically apply sorting based on:
sort_column
sort_condition
passed dynamically through the URL.
Thanks,
Snow.

