Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
Below expression is not working form could you please help me to resolve the issue ,
My logic is = 1 and (2 or 3)
=if(Count( {<Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={">=$(vLast2Quarter) <=$(=vCurrentQuarterMaxDate)"}>} [Issue ID])
and
if(Count( {<Month=,QuarterYear=,Year=,[Issue Status Name]={'Completed'},[Issue Creation Date]={">=$(=vCurrentQuarterMaxDate) <=$(=vYourMaxDate)"}>} [Issue ID])
or
Count( {<Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={">=$(=vCurrentQuarterMaxDate) <=$(=vYourMaxDate)"}>} [Issue ID])))
Thanks in Advance,
Niranjan Pw
Couple of issues are there I guess. Could you explain your conditional expression in plain English as well?
This question is duplicated: Expression Error
i have attached the sample qvw please check