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 write the formula for it
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 write the formula for it