Spotfire - Custom sub total

后端 未结 1 601
长情又很酷
长情又很酷 2021-01-24 13:56

I would like to calculate sub total in Spotfire cross table based on a condition and color the sub total row.

As shown in the table below, I would like to add sub total

相关标签:
1条回答
  • 2021-01-24 14:43

    Short Answer is No.

    Sub Total and Grand Total is calculated based off the data in the visualization, regardless if you are rendering it or not so it's not "adjustable" without removing / limiting the data via custom expression or filters. The only real way around this would to create a Store named "Sub Total" which contained all of the data for all fruits excluding watermelon. It's not really recommended though.

    Here was a similar post on this issue....

    https://stackoverflow.com/a/38852432/6167855

    https://stackoverflow.com/a/40177511/6167855

    0 讨论(0)
提交回复
热议问题