How to run a part of script or include a script based on a condition
Hi All,
I am trying to run a part of a script based on condition on a column. If that condition is failed, it should run other part of the script or include other script.
It seems very simple but I am not able to do that. I have followed two approaches - using "include" function to call a script and "Expr" function to call a part of the code. None is working. Any help here ?
1st Approach -
dt = D
...