Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to include Quarter1- Quarter2 in below expression(need to be include Quarter 1-Quarter 2) =sum(if(R_View='G','A','B'))
T =Quarter 1,Quarter 2
R_View=G,N
A - Sales
B- Profit
@Vamsy1991 try something like below
Pick(match(R_View,'G')+1,
Sum({<Quarter ={'Q1','Q2'}>}Profit),
Sum({<Quarter ={'Q1','Q2'}>}Sales))
Thanks for your reply,When i tried throwing the error.
Below is the requirement Q1- Q2
@Vamsy1991 What is the error? Where is the requirement?
Showing error in expression and Q1-Q2 is the requirement