Hi Experts,
I have a custom dimension on Week I want to use the data from previous Week Suggest me the solution
Thanks in advance
Hi @saurabh_kumar_kunwar!
One of the possible solutions would be a reference to previous week via lookup.
Let's say you crated line item "Previous week" in "TECH - weeks" module.
Then you can write a formula X=Y[lookup: 'TECH - weeks'.Previous week]. But you can't refer to the same line item since it's gonna be circular reference.
Also you may consider using CUMULATE().
If none of these solution helps, can you describe the details of the problem you're trying to solve?
Thanks, Kostya
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦