Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to get the costs display in correct format in qliksense but having trouble displaying the negative numbers in the correct format in qliksense pivot. Is there a way to display the negative numbers in qliksense in brackets using a custom format?
Example:
Money#(Sum(costs '#,##0.;(#,##0.)')
Can you try this:
Money(Sum(costs), '#,##0;(#,##0)')
Thank you. This works in the qliksense pivot, but I am still having issues with it when using the pivot table extension i.e. JSPivotTable.