Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are getting the + values in networkdays in qliksense .
How to get the - values in networkdays
this might give you some idea
Thank you for replying.
i have tried this expression earlier.
if(Date(Date_1)>Today(),If((NetWorkDays(Date(Date_1),Today()))<10,'0-10',If((NetWorkDays(Date(Date_1),Today()))<20,'10-20','+20')),
If(((NetWorkDays(Date(Date_1),Today()-1))<10)*-1,'0-(10)',
If(((NetWorkDays(Date(Date_1),Today()-1))<20)*-1,'(10)-(20)','(20)+')))
the issue is we are +20 values are coming in (20)+.