EoM
Item: Returns the list item of a List formatted or Time Period formatted line item
Ex. ITEM('Products') will return the item in the list to the list formatted line item
FindItem: Matches a text string to the Name or Code of List Items and returns the list item of a List Formatted or Time Period formatted line item
Ex. FINDITEM('Products', 'Products Text') will match the text string in the line item 'Products Text' to the item in the Products list, and return the list item in the Products List
Hi @Sravan_Kumar
Please refer below link to find the differences
https://help.anaplan.com/anapedia/Content/Calculation_Functions/All/ITEM.html
https://help.anaplan.com/anapedia/Content/Calculation_Functions/All/FINDITEM.html
Thanks
Akhtar
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…