venkataramanan k Posted March 26, 2020 Share Posted March 26, 2020 - when select the multiple value (more than one column) from property control, the column name displays with their aggregation (like Avg (Column Name), Sum(Column Name) in cross table. - Is there any chance to display coulumn only or rename the column name dynamically using scripts, if yes please let me know. - Also refer the attachement with advancedtThanks Krithivenkat Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted March 26, 2020 Share Posted March 26, 2020 Just add "as [docproperty]" in your custom expression of cross table: $map("Sum($esc(${KPI})) as [${KPI}]", ",") Link to comment Share on other sites More sharing options...
venkataramanan k Posted March 27, 2020 Author Share Posted March 27, 2020 Thanks for your input, its working 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