Hi,
I need to sum the elements of one column based on an element "text" of another column.
This text element isn't in a list so I can't use the function "Select".
What formula can I use ?
Thanks !
Best regards
That part of the extracted transactional code should relate to a known entity, so you can make a list for all the values of that entity. Call the list "Seg 2" for example. You will then need another line item to do a FINDITEM to "Seg 2" using that extracted text; this line item can then be used to SUM with.
Hi Mark,
Thanks for your answer.
I created a list and a new line item with the function FINDITEM.
I made a new module without "applies to" and with Year time scale.
I wrote this formula :
And I have this error message :
Can you help me again ?
Thanks
Hi @OrfeaLEFEVRE
You need to add "Seg 2" as a dimension in your new module, then this formula will work. Later you can use Select formula to extract that aggregated cell in another module.
Thanks!
-Shubham
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…