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
As shown in the screenshot, each monthly amount (Jan, Feb, Mar 2024) needs to be paid down in the future months (Jan–Aug 2025). The paydown must satisfy certain conditions specific to each month between Jan and Aug 2025. If the conditions are met, the paydown can occur. For example, if $20 is available to pay in Jan 2025…
I have completed level 2 certificate still I am not confident. I want practice more, where I get small project for practice.
In the UX, I want to be able to filter list members so end users can only see the list members they created/added. The users in this situation all have WSA access as this is a UX for our internal Anaplan team. These list members are currently being added by the form action in UX and I would like to avoid the user having to…