Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if([Req2 Date]<[Run2 Date], MonthStart([Run2 Date],0)
why it is giving blank spaces when i use it as straight table expression
Qlikss Sugessttttt
Try this:
MonthStart(If([Req2 Date]<[Run2 Date], [Run2 Date],0))
Or this:
Date(If([Req2 Date]<[Run2 Date], MonthStart([Run2 Date]),0)
Or you can set the format on the numbers tab to show as Date
thanks alot sunny . i used date function to convert num into date
it is working fine
Thanks alot sunny
Great, please close the thread by marking correct and helpful responses.
Best,
Sunny