Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: JagdevHi Smith,
Thanks for your input, but I have bit different requirement.
What I am trying to do it proving the column names via Parameter say.
I defined 3 parameters like
Parameter1 = Column1
Parameter2 = Column2
Parameter3 = Column3
So to get the sum of it:
Total = {{^Parameter1^}}.int()+{{^Parameter2^}}.int()+{{^P arameter3^}}.int()
Now, comes my requirement in picture, say in case if i don't have column3 in may data set, in short its value should be consider as 0. What should I do to make the value of {{Parameter3}} to be null/o/disable the parameter.
Regards,
Jagdev