Sravan_Kumar
Community Boss

What is difference between: ITEM & FINDITEM

EoM

2 ACCEPTED SOLUTIONS

Accepted Solutions
anirudh
Community Boss

ITEM returns the dimension in a module. FINDITEM returns the format of the line item and ignores the dimensions in the module

View solution in original post

Austinv
Certified Master Anaplanner

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

View solution in original post

3 REPLIES3
Akhtar.shahbaz
Community Boss
anirudh
Community Boss

ITEM returns the dimension in a module. FINDITEM returns the format of the line item and ignores the dimensions in the module
Austinv
Certified Master Anaplanner

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