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, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost from…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…