K
Kartic
I want to add a Expression column for all the negative amount and want to
show them as positive. What am I doing wrong in my code. It shows nothing
when amount is negative.
dsAccounts.AccountBalanceDetails.Columns.Add("Credit Amount",
GetType(Decimal), "Iif(Amount <0 ,abs(Amount),0)")
Please help, Thanks
Kartic
show them as positive. What am I doing wrong in my code. It shows nothing
when amount is negative.
dsAccounts.AccountBalanceDetails.Columns.Add("Credit Amount",
GetType(Decimal), "Iif(Amount <0 ,abs(Amount),0)")
Please help, Thanks
Kartic