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 <<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]>>
(which is the same as the previous one), it does not recognize the part of the expression that contains the "=" character, see below:
Before coming here, I researched a lot for a solution, and tried to rewrite the code in other ways, but without success. help?! hahahahaha
User | Count |
---|---|
29 | |
13 | |
3 | |
3 | |
2 |