Can I assign result of expression into a variable and use it in another textbox expression? instead of repeat the expression 1 in the expression 2
as sample I want to show how many records for some condition in a column A, and show the percentage based on the total in column B
Thankssss
You can use the ReportItem class to refer to a specific item in the report:
In column B use the following expression:
where TextboxColumnA would be your first column and TextboxColumnATotal would be the total for Column A.