Hi There,
I have a table that table contain few columns but i am looking for specific columns and if found those specific columns; i want to perform simple calculation. Here is the pseudocode for what i am trying to do:
Check if column names exist first (in this case the spefic column are Profit and Spend)
if column names found then
insert new columns and give it any name
then perform calculation which is (Profit - Spend)
Else if specific column names not found then
exit the code
thanks
I have a table that table contain few columns but i am looking for specific columns and if found those specific columns; i want to perform simple calculation. Here is the pseudocode for what i am trying to do:
Check if column names exist first (in this case the spefic column are Profit and Spend)
if column names found then
insert new columns and give it any name
then perform calculation which is (Profit - Spend)
Else if specific column names not found then
exit the code
thanks