Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there anything else required to use these native arrow icons? They display fine in a text object but not in pivot tables, even when the representation is set to Image
=if(Sum(Sales) > 10000 , 'qmem://<builtin>/Arrow_NE_G.png', 'qmem://<builtin>/arrow_se_r.png')
AFAIK it should be possible to show such icons within a table-chart. I had used them myself whereby it was for ages and I don't remember exactly how they were applied.
I suggest you try it again with a complete new chart - with the most simplest approach, maybe no dimension and a static icon - only: 'qmem...' and then maybe if(1>2, 'q...', 'q...') and then playing with the different interpretation options as well as format-settings for the expression.
You may try to change the representation to a link.
I appreciate the suggestion, but I’ve already tried that and the issue is still there.
AFAIK it should be possible to show such icons within a table-chart. I had used them myself whereby it was for ages and I don't remember exactly how they were applied.
I suggest you try it again with a complete new chart - with the most simplest approach, maybe no dimension and a static icon - only: 'qmem...' and then maybe if(1>2, 'q...', 'q...') and then playing with the different interpretation options as well as format-settings for the expression.