HTML expressions do not accept "="?!

I want to make an html>pdf report, I have a pebble in my shoe which is the following:

PDF > PDF report:
in one place i put the expression <<Start: FILTER("Alm_saida", AND(IN([ID_SAIDA],[_THISROW].[Ficha]), [DATA] <= [_THISROW].[Data_final]), [DATA] >= [_THISROW].[Data_inicial], [FUNCIONรRIO] = [_THISROW].[Funcionario], [CATEGORIA] = [_THISROW].[Categoria]))>><<[DATA]>>
And it works PERFECTLY;

but...

 HTML > PDF report:
in one place i put the expression &lt;&lt;Start: FILTER("Alm_saida", AND(IN([ID_SAIDA],[_THISROW].[Ficha]), [DATA] <= [_THISROW].[Data_final]), [DATA] >= [_THISROW].[Data_inicial], [FUNCIONรRIO] = [_THISROW].[Funcionario], [CATEGORIA] = [_THISROW].[Categoria]))&gt;&gt;&lt;&lt;[DATA]&gt;&gt;
(which is the same as the previous one), it does not recognize the part of the expression that contains the "=" character, see below:

Ismael_0-1727263841096.png

Before coming here, I researched a lot for a solution, and tried to rewrite the code in other ways, but without success. help?! hahahahaha

 

0 5 236
5 REPLIES 5
Top Labels in this Space