so if I want to compare line item values for A,B,C,D,E but i select them in order of BCDAE for displaying in grid in the management reporting slide feature of Anaplan. How can that be worked out?
@salil16, Sort the grid and and not use the Order action. Order action will sort list items in list and it will re-order the list items for everyone.
Give a refresh button (Data Write Action NUX) and line item to enter the sequence of list items manually.
@salil16 Follow steps below
2. Step 1 should open up the module view below. Then on the far right click on the item highlighted in yellow which will provide you a dropdown selection. select line items
3. Step 2 should open up the Reorder slide bar below. Drag and drop the line items to the position that you want
Thanks for answering @TristanS . Is it possible to have user input the order of these items in the grid? for example…there are 10 list items A to J …he selects 5 list items A to E in the order EBDCA. possible to have the grid showing corresponding line item values in this order?
@salil16 so to clarify do you want each user to be able to order it in their preferred sequence? E.g. user 1 ABCDE, user 2 EBDCA, etc? If yes, then you'd have to include a user dimension for that and the way you can implement it by adding a line item for sequencing, E=1, B=2, etc … and then apply a sort against the sequencing line item
Or if it's going to be a global sorting sequence, all users will see it in that order. You 2 options:
If it's none of the above, please provide more details on the requirement
Salil, This is possible in Board/Worksheet View. Users can go to the Show/ Hide (eye icon), and re-arrange/ reorder/ show/ hide the line item the way they want.
Workaround: I understand you wanted this in Management Report. In Reports, you can give a static view and same view can be built in Board page. In your Report give a link to that Board page. So if user want to rearrange line items, they go to the Board View and do the needful.
HI @TristanS yeah its the first case where each user wants to sort it as per their preference. I have the user dimension inlcluded... but i am getting a different order when i run sorting action and not the selected one…is it due to undefined top level?.
Hi @Dikshant .
Amazing. that worked. Thanks a lot for helping
Also @Dikshant , any idea if this can be implemented for nested dimensions as well…the sort function is working for flat list but if we try to use on nested dimension, the sort is disabled
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New → New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, no…
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…