Forum Discussion
SKVK
New Contributor III
Thank you. It works fine only when you the columns explicitly have it the Cube Views.
In the first column which i have named as "Qtrs" have a time formula as "T#2021.Quarters" which in Data explorer expands and gives me all the quarters of 2021 (Q1, Q2, Q3, Q4).
If i use your suggested formula in a new column, it gives only the data of Q1
Formula used - GetDataCell(CVC(T#2021.Quarters) + 1):Name(Sum)
NidhiMangtani
3 years agoContributor III
Please use column name in the CVC
GetDataCell(CVC(Qtrs) + 1):Name(Sum)
Thanks
Related Content
- 2 years ago