I need the user to be able to filter the combos in the rows. For instance, when they select combo 1, the time dimension in the column should display with non-zero values corresponding to combo 1.
@143kishornaidu it is still possible to achieve the result. Refer to the below screenshots
You need to pivot Combo list and Time both to rows. Does this view works for you ?
Combo 1
Week 1
Week 2
Combo 2
Combo 3
Week 3
user needes week in column and combo 1 in rows onluy
So if Combo 2 has Week 3 but Combo 1 does not have Week 3, still it will show Week 3. Is it fine?
no i user want to see only those weeks only which has value for that combo
It's not possible with the time in columns and combo list in rows. It's possible when both the lists are in rows or in columns
You can create the impression of selecting rows from the same grid by placing the modules side by side on UX pages.
UX Page:
Modules:
Does this work?
Hi @143kishornaidu
You can keep the Combo's list in the Page selector as you want them to be a selector and create an additional line for filter in the module which drives the condition for making columns visible as required. Refer below screenshots:
Thanks!!
BUt the combo having multiple combinations.
eg: Dim1IDim2IDim3IDim4
User wants a line item filter. Also, user is filtering the Dim 1 and Dim2 In Line item filter
You can have the other dimensions as page selectors.
@Slice Master You can drag a field into the “Filters” area of the PivotTable Field List to create an overall filter that applies to the entire pivot table.
I have an issue where I am getting the expected result from RANKCUMULATE when using one dimension, but when I add an additional scenario dimension to the module, it doesn't calculate the way I'd expect. Here are some screenshots to explain the case: Module 1 - calculates cumulative total for list items in list "Age"…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…