Francisco Aspillaga Posted November 11, 2022 Share Posted November 11, 2022 Hello,I have some KPI charts and I would like to know if I can change the part where it delivers the data and says "Sum(SURFACE...)" and say "Surface" for example?.Regards, Link to comment Share on other sites More sharing options...
Fredrik Rosell Posted November 14, 2022 Share Posted November 14, 2022 Hello Francisco,Yes, you can set the display name of that to whatever you want.Below you can find an example where the PKI chart at the top has the default display name - in this case Sum(Population), and the bottom, I duplicated the chart, but changed the display name to "Population". What I did:1. Right-click on the PKI Chart > select Properties2. Select the KPIs pane3. Select the KPI of interest4. Click Settings button5. For the Value (y-axis), either use the drop down to get the more limited dialog where you can set the display name etc, or right-click on it and select "Custom Expression" (in my screenshot below, I had used the latter option) for the full dialog.6. Now you can either use the Display Name field to enter the display name you want (as in my screenshot), or you can enter that directly in the expression itself, using "as [Name])Example: Sum([Population]) as [Population])That latter "as" method is useful (necessary) when you e.g. have an expression that produces multiple columns. Link to comment Share on other sites More sharing options...
Francisco Aspillaga Posted November 14, 2022 Author Share Posted November 14, 2022 Thank you Fredrik¡ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now