How would you use a select formula to collect totals for
For example I want to fill the base opex row with numbers from
this module below (totals only)
What formula would I use? Thanks
@umandiwa
Could you please share blueprint view of the modules you have on screenshots?
Here is the blueprint view
If you want totals for all periods you can use below formula but if you need values with respect to years than its best to create lookup formula with respect to given years from system module .
SELECT: TIME. ALL Periods
If you need to apply the same value to 'VERSIONS - Opex Forecast Capture'.Amount then you can simply put 'Upile Test Permian AvB - 10&2 Forecast'.Base Opex in the formula, but this requires you to have both Scenario and L5 Plant dimensions in the target (i could not see Plants on the target module).
Do you mean you have to apply 'Upile Test Permian AvB - 10&2 Forecast'.Base Opex to one of the versions in 'VERSIONS - Opex Forecast Capture'.Amount ?
- if yes, then you have to use IF THEN ELSE statement and check which versions are matching the conditions (you will have to prepare additional module with booleans dimensioned by versions with line items repeating the names of the versions).
Otherwise please give us a little bit more details. Because not everything is visible on screenshots.
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…