Forum Discussion
BINanovetores
7 years agoFrequent Visitor
Total - Tabelas
Bom dia, Em diversos casos em que utilizo uma tabela eu gostaria de poder personalizar para cada coluna se insiro ou não o total. Por exemplo: Caso eu tenha a tabela abaixo: Eu gosta...
- 7 years ago
If you use measures for all of those, you could use the same technique where IF HASONEVALUE, show the measure, otherwise return BLANK. That will return nothing for the total line.
BINanovetores
7 years agoFrequent Visitor
Not exactly,
It's a visualization problem.
There are a few columns that i wouldn't like that the total appears. But I can't personalize the total of only one column, so, or i have to show all the totals for the colums or none.
Greg_Deckler
7 years agoCommunity Champion
If you use measures for all of those, you could use the same technique where IF HASONEVALUE, show the measure, otherwise return BLANK. That will return nothing for the total line.