Conversion Expression Formulaes
Iam converting a report from crystal reports to reporting services
and below is the 2 formulas in CR how can i write it in Reporting services
1.//@PREM_INCR_LOSS_RATIO
If {@MEM_PREM} > 0.0000 then
Sum ({@TOT_INCR}, {@POL_DATES}, "daily") % {@MEM_PREM}
2.WhilePrintingRecords;
CurrencyVar POLPREMAMTS;
POLPREMAMTS;[/b]Please let me know how to manipulate the while printing records,currency variables and whatever in RS
thank u
|