Forum Discussion
ChrisAZ
Helper V
1 year agoAdding a Total column in a matrix
Hello, So I am trying to add total column at the end of my matrix that will provide a total by Vehicle that Sums Part cost, Labor cost, and Fuel cost. Fuel costs are not populated yet but will be...
- 1 year ago
It is a pretty common scenario, not odd. Or you can have a dummy table and add measure in that table, and it is also a common practice.
parry2k
Super User
1 year agoChrisAZ measures are global to the model, they are not tied with any table. Not sure if that is what you are looking for.
- ChrisAZ1 year ago
Helper V
I think that is what I meant. The fields in this table come from different models, so having a measure sit in one of them seems odd for organization?
- parry2k1 year ago
Super User
It is a pretty common scenario, not odd. Or you can have a dummy table and add measure in that table, and it is also a common practice.