Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to achieve a requirement. When the status is "Open" and if the Shipped Date is approaching. I would like show red mark for if the Current Date is [Shipped Date] - 3.
First I am trying to get the output for the below expression and I am getting Set identifier error.
=Sum({$<Status={Open}, Today()={[Shipped Date]- 3}>}[Order Total])
Secondly, I would like to show a red mark which I took from Images in Expressions tab ='qmem://<bundled>/BuiltIn/led_r.png'.How can I apply Images in the above expression in Straight table.
No Manish.. Where can I get it..
Check my all reply. You will find at one of my reply...
It is something like
I am not getting it..I can see one reply "like this?". . Can you paste it here.
Click on
As I am using personal Edition, my 5 attempts have gone..I Would not be able to open the qvw file..But the captured Image is what Exactly I needed.. Can you send me the expression or steps so that I can replicate here.
For Showing Value
SUM({<[Shipped Date] = {'$(=Date(Today()+3))'}>}[Order Total])
Add extra fields in set analysis whatever you want to add
For Image
IF([Shipped Date] = Date(Today()+3), 'qmem://<bundled>/BuiltIn/led_r.png', 'qmem://<bundled>/BuiltIn/led_g.png')
Representation
Image
Image Formatting
Keep Aspect