Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm looking for some explanation concerning something I encountered with calculated dimensions.
The dimension I made to show only the customer which are not yet visited:
If (aggr( count( Visit_Id), Cust_Id ) > 0,
'Yes',
'No'
)
This dimension works for filtering except when the tile is only 1 tile high. See the screenshots in the attachments for clarification.
I want the filter to be one tile high, but the values 'Yes and 'No' are not shown.
Thank you.
Hi Ramzi,
This is a bug due to using a calculated expression in the list box. We have fixed it in later versions, so I assume you are on an older one.
It should be fixed in 3.2 and 3.1 SR5
Best regards,
Patrik.
Hi Ramzi,
This is a bug due to using a calculated expression in the list box. We have fixed it in later versions, so I assume you are on an older one.
It should be fixed in 3.2 and 3.1 SR5
Best regards,
Patrik.
Thank you for your comment.
Upgraded to 3.2 and it seems to be fixed. I was using 3.1 SR4.
Have a nice day,
Ramzi