MSI 7.2.1
I have an attribute for Company that has the following forms:
I want a report that displays just the CO_DESC, but is sorted on the SORT_ID
The problem I see is that even though the attribute form, SORT_ID, is set up with the ascending sort property, the report SQL does not bring the field in to the report unless specified in the display. Is there a way to do this as a global setting (All reports with the attrubute), without using the advanced sorting function of the report?
I would appreciate any help and or advice on this.
I have an attribute for Company that has the following forms:
Code:
ID = CO_ID
DESC = CO_DESC
CONC_ID = SORT_ID
I want a report that displays just the CO_DESC, but is sorted on the SORT_ID
Code:
[u]CO_DESC Sales[/u]
ACCME West 100
ACCME South 200
ACCME East 300
ACCME North 150
The problem I see is that even though the attribute form, SORT_ID, is set up with the ascending sort property, the report SQL does not bring the field in to the report unless specified in the display. Is there a way to do this as a global setting (All reports with the attrubute), without using the advanced sorting function of the report?
I would appreciate any help and or advice on this.