Hi,I want to find data in my worksheet, specific project for example. When I try to use the find option at the top of the page it only finds line item.How can I search for a specific project?
Thank you
@CommunityMember127578
You can use FIND function and a boolean formatted line item.
If you do not already have one create a flat module containing no dimension or time.
Create a line item and label this as, 'Find Criter.' Format it as text.
In your target module create a boolean formatted line item.
Use the following formula = IF ISBLANK(Lookup Module.Find Criteria) THEN TRUE ELSE FIND(Lookup Module.Find Criteria, Line item to search)>0
Publish the, 'Find Criteria,' to you dashboard and set up a filter against the new boolean formatted line item.
The default result will show all items and as you enter text the grid will filter to show all cells which match the Find Criteria.
FIND is case sensitive so be mindful of using capitals where required.
Thank you @ChrisAHeathcote
Hi everyone, I'm trying to use this function on specific members of my grid, as described in the documentation. In my example, the grid contains two row elements: ACTIF and PASSIF. The problem is that when I use this function, it affects all elements in the grid, whereas I only want it to apply to the specified member:…
Hi, Where are the member properties for lists defined in Anaplan XL? In the training documentation there is an example showing a property such as “Birth Date”, which appears to be a list-item attribute. That suggests you can create custom list properties from the Anaplan list. However, when I connect through Anaplan XL, I…
Hi all I have a list of networks organized hierarchically on a list of entities, which is itself organized hierarchically on a list of divisions (organization). An entity can have several networks. I also have a list of product models, which is itself ranked with three higher levels: this “Models” L4 list is ranked at a…