Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This same expression works in Qlik instead, showing a date properly.
text(date(today(),'DD/MM/YYYY'))
Obviously date() by itself returns dual which is number and text and withing pixel perfect it still returns number as expected hence you have to force it to represent text value.
cheers
Lech
text(date(today(),'DD/MM/YYYY'))
Obviously date() by itself returns dual which is number and text and withing pixel perfect it still returns number as expected hence you have to force it to represent text value.
cheers
Lech
Thanks!