To print a num for particular months

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

1 Like

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.

1 Like

Cool @sanjay_gowda

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.