Hello all,
I have data from db sorted by ORDER BY, I don't want this column in crosstab. Everytime I put data on crossTab it sort it, but I need keep original sorting, I found crOriginalOrder but it doesn't work for me. My formula looks like this :
crOriginalOrder (nothing more nothing less, only this)
when I save it or check I have message : No errors ,but when I close formula manager it keeps throw error (my translate) : result of the formula isn't valid for formula output, but in formula manager I have comment that formula must return one of these :
// crAscendingOrder
// crDescendingOrder
// crOriginalOrder
So I would like to ask how to use crOriginalOrder any info will be helpfull, I neeed have same dynamic sorting I can't use specific sorting by hand