I'm having a frustrating issue with a report that WON'T order my data properly, seemingly whatever I do.
Surely I must be overlooking something!
I have an "order by" in my raw query:
I built a report on this query, and the data is definitely NOT ordered by CustPN.
So then I went into the report-level Properties - and on the data tab set the Order By property to "CustPN", and set the Order By On property to "yes".
And the data is definitely NOT ordered by CustPN.
What the #$#@ is going on?
I'm going to be the next viral video of "man in office throws laptop through window"...
Most seriously - wtf?
Surely I must be overlooking something!
I have an "order by" in my raw query:
Code:
SELECT DISTINCT ViewInventoryStatus.CustPN, ViewInventoryStatus.MfgPN, ViewInventoryStatus.Qty, ViewInventoryStatus.Manufacturer, ViewInventoryStatus.Description, ViewInventoryStatus.PartsOwner, ViewInventoryStatus.PackageType FROM ViewInventoryStatus ORDER BY CustPN;
So then I went into the report-level Properties - and on the data tab set the Order By property to "CustPN", and set the Order By On property to "yes".
And the data is definitely NOT ordered by CustPN.
What the #$#@ is going on?
I'm going to be the next viral video of "man in office throws laptop through window"...
Most seriously - wtf?
Comment