Forum Discussion
RustyShacklefor
3 years agoNew Contributor III
QuickViews calculations
how can you add calculations into a quickview. how can you add the input fields also? I seen both at splash so i know its possible
- 3 years ago
This should work in the Time Member Filter
T#Root.List(2022M6, 2022M5),GetDataCell(T#2022M6 - T#2022M5):Name(Variance)
ChristianW
OneStream Employee
3 years agoCan you explain this a little more: "how can you add the input fields also?"
You can use GetDataCell like in a cubeview:
F#Root.List(NewHires, Terminations),GetDataCell(F#NewHires - F#Terminations):Name(Variance)
RafMarques
2 years agoNew Contributor III
Hi ChristianW ,
Wondering if we can read Cell reference i.e. Member selection based on the cell for Year? or any other. T#cell1
thx
Related Content
- 8 months ago
- 3 years ago
- 9 months ago