02-08-2024 05:14 PM - last edited on 02-09-2024 04:11 AM by JackLacava
How can I change the Row name on a cube view so it populates differently in my dashboard?
Example in CV is "ESG Total", on the dashboard is "Total ESG" but want the dashboard to say "Environmental Social and Governance Total"
cube view:
dashboard
02-08-2024 07:19 PM
In theory you should be able to change
E#LE_Entity_Planning:Name(ESG Total)
to
E#LE_Entity_Planning:Name(Environmental Social and Governance Total)
What confuseses me is your memberscript has ESG Total and your CV has Total ESG. I think your configuration screen might be for a different cubeview or the cubeview is using shared rows and you need to configure it there:
02-09-2024 10:45 AM
Thank you, just changing the LE formula unfortunately doesn't change the row name. I'll do a little investigating.
02-09-2024 11:26 AM
Hi Robb- Do you know if I need to run a consolidation to make the name pull through? I thought it would be just an app/screen refresh but want to confirm.
02-09-2024 11:35 AM
No, should not be necessary. a change to the member script in the row header should be instantly observable in the cubeview.
02-09-2024 12:58 PM
hi @Ashlee and @RobbSalzmann , it is because you are not using standard Headers. You may be showing only the U3 Row Header - not the Entity header you updated. Put that :Name(what you want) on the U3 member in your U3
What do you have here?
02-12-2024 05:07 PM
Thanks Mike! The Row default is what does the trick. Looks like when that is changed to "true" it changes the formatting of our dashboard.