Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My requirement is that dimension having " - " should appear in the top what will be steps to fullfill the requirement
PFA below
try this
or may be your data model association is not created properly
in pivot want to show in in first position for ' - ' in Area and Sub Area
Please share some sample app or do sorting on SUB AREA as ascending
I required null values to be positioned on top how could i achieve it
Try sorting your numbers is Ascending order on the Number tab of the Chart Properties. That should put null values at the top.
If it is a dimension then see the Sort tab.
It can be done in script but can you provide a small sample data as more than 1 dimension has - value
You could try
LOAD * INLINE [
SortUnit, Unit,
1, -
];
In frontend sort by expression by just giving SortUnit and descending.
that may work, not sure though.