Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
The calendar that I have is based on a monthly bases, I need to add the daily date as an object.
Hi,
do you know how can I write multiple functions IF inside the script ( I mean if I have two IF condition ) if sales < 10 and volume > 10 ,,,,,, etc ,,,,
thanks
If conditions are same as you use in other environment
if ( <Condition>, 'True','False')
sum({<Sales={'<10'},volume={'>10'}>}fieldname)
regards,
Piyush