I use the following formula in my report header to show the parameters entered:
If {?chOrderDate} = false then
"Order Date is between " + ToText({?dtpFromOrderDate}) + " and " + ToText({?dtpToOrderDate})
else "Order Date is NOT between " + ToText({?dtpFromOrderDate}) + " and " + ToText({?dtpToOrderDate})
I'd like the parameter fields and the word "NOT" in bold. Is it possible to do this within the formula?
If {?chOrderDate} = false then
"Order Date is between " + ToText({?dtpFromOrderDate}) + " and " + ToText({?dtpToOrderDate})
else "Order Date is NOT between " + ToText({?dtpFromOrderDate}) + " and " + ToText({?dtpToOrderDate})
I'd like the parameter fields and the word "NOT" in bold. Is it possible to do this within the formula?