I have inline data contains date, Amount . I want to display straight table with month as dimension,
Current month amount, previous month amount and %(( current amount-previous amount)/previous amount) as expressions. If I selected one month it display corresponding month value, previous month value and %.
I am design the straight table but not display corresponding values.