Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
tables Hi,
I have a straight table and I want to sort the Data by absolute values. For example currently I sort by gross amount and the data goes from top payments to top receipts.
e.g -12,000
-9,000
-2,000
5,000
7,000 etc
However I want to sort it so the plus and minus signs still show however they are sorted by the absolute amounts.
e.g
-12,000
-9,000
7,000
5,000
-2,000
I have gone to Sorting on the table and on the gross column there is no option to enter "Sort by Expression"
any ideas?
Many Thanks,
Bob
go to ur dimension in the sorting not the actual measure and there sort by expression
:
fabs(sum(YourMeasure))
Hi Omar,
There is option in Sorting. only for that particular measure.
I have attached a picture for your reference.
In the sorting tab, put the Banking Name above ur measure (Gross) and there sort by expression
Fabs(sum(UrGrossMeasure))
It still is returning incorrect values, now sorting by Bank Name - I have found one way around it which is to create a new gross column, turn the expression into absolute values then sort according to that column.
Do you know if there is a way to hide a column in QLIK?
What version are u using?
The newest update.
I have found a way around in that I create a new column and sort based on absolute then hide that column at the end so it gives the desired result
However I have not found another solution so would be god to have that knowledge
Thanks!
Hello Bobink123,
how do you reset your visualization (to sort by absolute value / hidden column) after a user changes the sorting?