I've noticed an issue with the Round function while going through my L2 again. None of the available parameters seem to make it possible to get an accurate whole number rounded up.
In this example, I want the total (237.9) to be 238, not 240.
NVM. Was just a summary setting issue π
Hi @jzink1211 ,
It's not an issue actually. The round function appears working fine at week level, as you can see 60 for 59.47. It's the TIME SUMMARY setting that's making a sum of week level values (Four 60s) and giving us 240 at month level. For your expectation of 238, you should be setting the time summary to FORMULA.
Glad you figured that out.
Cheers!
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β¦