Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Show or hide rows based on set analysis

Hi all,

I would like to show an specific range of data in a table chart. The selection is done by passing values from another field, but the result is not the expected. So I thing something is wrong in the expression in the table. Any ideas?

Please find attached file.

Thanks.

Marc.

1 Solution

Accepted Solutions
carvalguil
Contributor III
Contributor III

Hi Marc,

Try the expression below

=only({1<CanaldeVentaId=p(TecnicoId), InicioContratoEjercicioMes=p([FInicio EjercicioMes]), TipoRelacion={'R'}>} Contrato)

Guilherme

View solution in original post

3 Replies
carvalguil
Contributor III
Contributor III

Hi Marc,

Try the expression below

=only({1<CanaldeVentaId=p(TecnicoId), InicioContratoEjercicioMes=p([FInicio EjercicioMes]), TipoRelacion={'R'}>} Contrato)

Guilherme

Anonymous
Not applicable
Author

Guilherme,

It works fine. Thanks.

I tried now to add more info into the table, for instance TipoRelacion, but I can not avoid nulls.

screen.png

Any idea with this?

Thank you.

Anonymous
Not applicable
Author

Sorry, solved by myself.

Thanks.