I have created a parameter field and used it in the formula field in the main report.
Now I have to pass it to the subreport. It should work in the same way as main report which takes the parameter and implementing in the formula field
Can anyone help how do i do it?
I have done the following, could anyone let me know if I am right or wrong
I have a taken a parameter field named 'tax' of type string
then I introduced a formula field named 'tax'
if ({?tax} = "Without tax") then
{table.tax}=0
else if({?tax} = "With tax") then
{table.tax}>0
Then in the...
User has two options through radio buttons in the front end:
1. with tax
2. without tax
If the user selects option 1, then I should filter the report based on table.tax>0
If the user selects option 2, then I should filter the report based on table.tax=0
Can anyone tell me how to proceed and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.