I need a help If the month of the year is Oct, Nov , Dec , Jan , Feb , March, I need to print a num ex 10 for other months of the year I need to print 11 how can I do this .
Thank you,
Sanjay
I need a help If the month of the year is Oct, Nov , Dec , Jan , Feb , March, I need to print a num ex 10 for other months of the year I need to print 11 how can I do this .
Thank you,
Sanjay
Hey @sanjay_gowda
Hope the below helps…
Assign
outVar = If({1,2,3,10,11,12}.Contains(Now.Month), 10, 11)
Thanks
#nK
Hai @Nithinkrishna ,
Thank you this helped.
Cool @sanjay_gowda
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.