Hi,
Is there a way I can change the default color of my total value in my UX Column bar chart? Please see attached picture, TOTAL is not included in my list of Series.
Thanks in advance for helping,
Tom
Therefore, try converting your list items into line items.
Create a module with you required line items and convert these line items into a line item subset (LIS).
Create a mapping table which is dimensioned by the LIS and which contains a line item formatted as the list containing the Total.
Map each item of the LIS to the list.
Use this mapping table to map you data from the list into the line items.
Create the required saved view and use this to build up your chart.
Hi @tompatrick.ting
Is Total a line item? If so, do you have it set as the parent of the other two that are showing?
I have found that in these circumstances line item subsets do not allow you to select the parent despite it being another line item.
Therefore, try and deselect the Total as a parent and use a manual formula.
Chris
Chris' suggestion should work. Also, if 'Total" is made to be parent in a hierarchy then of course you can select as normal and change the colour.
hi @ChrisAHeathcote , the Total is a List.
Thanks @ChrisAHeathcote . I think this is my only option to create a new module to set the list as line item.
Hello, I’m running into a recurring issue when importing CSV files into Anaplan, specifically with dates in February for the years 2028, 2029, and beyond. Here’s what’s happening: In Excel, the date format is set to Custom (e.g., 2/26/2025). When imported into Anaplan, the date is interpreted as 26-Feb, where: Month = Feb…
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…