-
Re: how to display totals on higher levels when a selector is used on lower level
Joey - In this case you might need to add the user dimension in target module as well is calculation is based on user selection.1 -
Re: I NEED HELP ASAP
You have to upload the csv file in the import data source section. It asks for a csv file only if you publish it to a dashboard or page.1 -
Re: Percentage Format issue on UX page
So your issue is the format, it's not showing percentages? Or the issue is with the calculated values as well… This is showing numbers at the parent level only ? In your target module can you se…1 -
Re: How to make/create subsidiary view?
Subsidiary view means that if you make the dimension of the line item different from a module, sharing an example for explanation. We don't need the time dimension for the code line item, as the…1 -
Re: Quarter to Text?
NAME('Month (month)') will give Jan 24 in Text format. If you need the month in 012024 (text) format. Use this formula: (IF MONTH('Month (month)') < 10 THEN "0" &…1

