Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I am using pivot table. in image column if count of green arrow is greater than 2 is shoul show green in status and if count of red is greater than 2 it should show red. how to apply expression in status column.
Hi,
I am sending image for clarification.
you are missing the braces around green
it should be {'Green'}
Hi,
After using Braces it is showing error at first braces.
Regards,
Piyush
Please change you expression to
If(Count(Total<Week123> {<Trend={'Green'}>} Dt) >= 2, 'Green')
can u display that error screen?
Hi,
It looks like Trend is not a Field Name its a Expression?
Could you please tell me what expression you are using?
Hi Celam,
Ya Trend is calculated dimention.
regards,
piyush
Could you post that expression?
hi,
If(status1='Red',R
if(status1='Green,'G'
if(status1='Amber','A')))
this is calculated dimension.
Regards,
Piyush
Hi,
Its there on same page above.
Regards,
Piyush jain