Forum Discussion
tore_bluestone
10 years agoNew Member
display unsorted data
Hi, I would like to display the results of a query in an unsorted format in the report. For example my query returns the following rows: Status Count DIP 1 AP...
- 10 years ago
Right-Click the column and Hide should do the trick. You must do this in the data model. Once it is sorted by index column in your data model, do not select the new index column in the actual report. It should automatically sort by the data source.
Greg_Deckler
Community Champion
10 years agoIn your query editor, Add Column, Add Index Column. Then, switch the Sort By field from Status (Default) to Index in your model.
tore_bluestone
10 years agoNew Member
Thanks for this, I added the index column to the report but I don't want to show this column in my final report, is there some way of making it invisible to the end user?