Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have Project_number, Report Parameter and Value columns in my table. For every project, there are multiple Report Parameters like Sales, GM_Per, Risk and the values associated with them. Something as shown in below picture;
Project_No | Report_Param | Value |
113913 | Sales | 14.907 |
113913 | GM_Per | 24.80% |
113913 | Risk | 21.25 |
123456 | Sales | 31.5 |
123456 | GM_Per | 11.20% |
123456 | Risk | 9.87 |
Here is the table chart I am getting for project no.113913 as shown below
I am trying to get a visual like as shown below, Please help me to modify the script to get sum all the values and build a table like this.
So that I can compare the Sales vs Gross_Profit _Percentages.
Project_no | Sum(Sales) | Sum(GM_Per) |
---|---|---|
133913 | 14.907 | 24.8 |
Any help is greatly appreciated
thanks
Bhavesh
Can you share this qvw file to look into?