Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone suggest me how can I get the replaced NULL value as top most value in pivot table? please see attached. As I replaced the Null Values with 'Not Default UTD' . I would need this at the starting of the column values.
Thanks.
Thanks. what is input order means Is it load order? under sort tab?
Try to use Rank function in Order Section
Sorry I confused here. where is the order section? Is it Sort tab in pivot table?
Sorry (Italian is Order), Sort section of Document.
Thanks. How to use Rank function?
Rank(Sum(Sales)) or Rank(Count(Customer)) etc.
for parameters as Rank(sum(Sales),4) see Guide.
Yes. It's the Sort tab. Move AgeSummary_March to the top of the list and choose Load Order.
Thanks. Perfect