Skip to main content
Newcomer
July 7, 2022
Solved

QuickViews calculations

  • July 7, 2022
  • 1 reply
  • 0 views

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 

    Best answer by ChristianW

    This should work in the Time Member Filter

    T#Root.List(2022M6, 2022M5),GetDataCell(T#2022M6 - T#2022M5):Name(Variance)

    1 reply

    OneStream Employee
    July 8, 2022

    Can you explain this a little more: "how can you add the input fields also?"

    You can use GetDataCell like in a cubeview:

    ChristianW_0-1657275168667.png

    F#Root.List(NewHires, Terminations),GetDataCell(F#NewHires - F#Terminations):Name(Variance)

    Newcomer
    July 11, 2022

    i just need a column for comments for each line that stays in the quickview

    Contributor
    July 12, 2022

    Rusty, you can use V#Annotation (or any of the other View members that accepts text) to capture and view text on a quickview row.