Forum Discussion
Magichi
9 years agoRegular Visitor
How to create a report like this?
I want to sum value of 'Actual','Approved Budget','LE' and group by 'Funded' Like above picture Can anyone help me?
- 9 years ago
Hi Magichi,
First of all you need to edit your query and unpivot the Actuals/Approved/LE columns this will give you the following setup on your table:
Next add a stacked bar chart with the following columns in each field:
Axis - Type
Legend - Funded
Value - Value
This should give you waht you need:
Regards,
MFelix
MFelix
Super User
9 years agoHi Magichi,
First of all you need to edit your query and unpivot the Actuals/Approved/LE columns this will give you the following setup on your table:
Next add a stacked bar chart with the following columns in each field:
Axis - Type
Legend - Funded
Value - Value
This should give you waht you need:
Regards,
MFelix