Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to make the label as dynamic.
If date = 2/01/2016 the label needs to change to FY17#.
Please find below.
Thanks...
What is the logic behind this? 2/01/2016 to FY17#?
Put in label this expression:
IF(date = makedate(2016,02,01),'FY17',FieldName)