Hi,
for sure a simple question.
I have 2 taxes, I need know the variable to put tax 1 and tax 2
Instead of T. Tax how can call I call tax n1 and tax n2?
It may well be that you need to rename your Tax Templates to remove % symbol. It might be causing a conflict in the parsing mechanism for the Report Tags.
For example:
Name : Rate
T1 : 15
T2 : 25
… or …
Name : Rate
Tx15 : 15
Tx25 : 25
You could also use easy names for what the taxes apply to:
Name : Rate
Food : 15
Alco : 25
You get the idea…
Personally, I use T1, T2, etc. since the Tax Rates can change where I live, so having the rate as part of the name became problematic when I had to change them from throughout my system and in SQL reports. Now I never need to do that ever again.
You have two mistakes in the report syntax first mistake is you did not use an expression and the 2nd report you havea , at end and still no expression.
EDIT: I tested your syntax using my tax templates and it works just fine so Expression is not required but I did fix the comma at end.
So what @QMcKay said is correct you need to take the % out of your template names also make sure 100% your spelling it correctly and its exactly the same.