Hi,
I would like to create a calculated column using the formula
section for a table. I am having some trouble doing this.
The table's name is ReportParameter . The calculated column's name is
tbcalculatedcol umn and tb1 and tb2 are boolean columns in the table.
I would like to use an If then statement such as the following (in
psuedo code):
If tb1 = 1 then tbcalculatedcol umn = 1
Elseif tb2 = 1 then tbcalculatedcol umn = 2
Endif
Thanks for the help,
Bill
I would like to create a calculated column using the formula
section for a table. I am having some trouble doing this.
The table's name is ReportParameter . The calculated column's name is
tbcalculatedcol umn and tb1 and tb2 are boolean columns in the table.
I would like to use an If then statement such as the following (in
psuedo code):
If tb1 = 1 then tbcalculatedcol umn = 1
Elseif tb2 = 1 then tbcalculatedcol umn = 2
Endif
Thanks for the help,
Bill
Comment