Hi
I have the following table in design
- How do I work out the % of spend **(see at example below) and the variance between periods ? As my calculations gives errors - for variance I have
=((Fields!Previous_Amount.Value - Fields!Current_Amount.Value) / Fields!Current_Amount.Value)
- How do I specify in the expression to filter only on Domestic Air for an example as I currently have overlapping tables that is filtered ? In other words how can I haveone table with different filters per row ?
- How can I write conditional formatting to an amount for example if something is negative make the background red ?
- How can I keep my table format even though it is blank ? as per below example blank ones is not keeping the borders as yellow highlighted ?
My desired layout needs to look like this :
**The first 3 % of spend is of total air but the Total Air % is of the grand total -- ?
Sorry for bombarding you but I am struggling and need some guidance