How to return a parameter value from QlikView subroutine
Hi ,
We need to get number of days in a month for this I am planning to write a subroutine which can be used in other places aswell. I am just looking for a function like below:
<Return Param>SUB(vMonthCount ,vYear)
IF(vMonthCount = 2) THEN
IF(MOD($(vYear),4) = 0 and MOD($(vYear),100) <> 0 or MOD($(vYear),400) = 0) THEN