Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Angie
Contributor
Contributor

Excluir un dato de una lista

Hola, 

Necesito excluir el dato "Ilocalizable" de esta tabla en el visualizador, no sé que función pueda usar para que no me muestre ese resultado en esta tabla. 

Pero que después pueda hacer otra tabla en donde solo me muestre ese dato. 

Captura.PNG

Labels (1)
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,
you should try below expression to exclude the value.

Sum({<tipification -= {"ILOCALIZABLE"}>}Value)

Por porcentaje

Sum({<tipification -= {"ILOCALIZABLE"}>}Value)/Sum(Total {<tipification -= {"ILOCALIZABLE"}>}Value)

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,
you should try below expression to exclude the value.

Sum({<tipification -= {"ILOCALIZABLE"}>}Value)

Por porcentaje

Sum({<tipification -= {"ILOCALIZABLE"}>}Value)/Sum(Total {<tipification -= {"ILOCALIZABLE"}>}Value)

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Angie
Contributor
Contributor
Author

Súper, funcionó  ¿para hacer lo contrario y que solo me muestre una tabla con el ILOCALIZABLE que formula podría usar?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Elimine el signo '-' antes del '='

Sum({<tipification = {"ILOCALIZABLE"}>}Value)/Sum(Total {<tipification = {"ILOCALIZABLE"}>}Value)

"Me gusta" en una publicación si es útil

 

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!