Hi Friends,
I have a Module from which I want to delete the highlighted records.
But without using filter or saved view.
I can use any formula to do so.
Is is possible by any chance?
Kindly help me, if you had worked in a similar restriction.
Hi @Sravan_Kumar
Are you talking about to delete entire row or only highlighted one you want to delete?
1). If you don't want to use filter & Save View then the only option you have is to delete item manually from the list.
2. If you want to delete only highlighted one the i will recommend you use DCA to hide that value if it is not orange. Just apply DCA "Is not orange" as write in fruit line item.
Hope this helps!
Thanks
Akhtar
Similar to what @Akhtar.shahbaz said...
I would not use DCA to just hide the values unless there is a need to show these values later.
Usually, we don't allow end-users to delete records. So are you doing this to clean up the data or this is part of an ongoing activity - and that's why you are asking for a formula?
If you are cleaning data then the manual delete is your best option.
If this is an ongoing activity and part of a process then please answer the questions above so we can determine the more suitable solution.
@Sravan_Kumar
Here are a few other options apart from what others have mentioned in the thread
1. Assuming "Fruit" line item is a list formatted line item you can Delete the list item Orange from the list and re insert Orange back. Be cautious about this because it is model level change and if there is an input in any other module that too will be wiped out.
2. You can hard code it to Orange in your formula and return BLANKs for the same. This is not the recommended way of doing things but if it is just one time you can go ahead and do it and remove the hard coding once you achieve the desired results
Hope that helps
Misbah
not sure why nobody mentioned the action "Delete from list using selection" which is what we use to clean lists. It must be based on a boolean which you already have. Just need to run the action.
@nathan_rudman because it wasn't clear whether he wanted to delete the entire row or just the inputs in that particular line item. I believe @Akhtar.shahbaz did raise this in his reply.
No Fruit was not a list item, it is a list formatted line-item.
And I am not able to delete by running Action button.
Yes @Misbah, I wanted to delete the entire row.
In that case please go ahead and use "Delete from List Using Selection" Option as @nathan_rudman suggested.
Action->New Action->Delete from List Using Selection
@Sravan_Kumar What's is the issue you are running into when using action?
hi @Sravan_Kumar
you can use 'Delete from list using selection' action to delete based on boolean true, so you can add a boolean which is true for all not orange list members, then go to actions>delete from list using selection, in that select list members you want to remove and select boolean condition as the line item based on which you wish to delete
I have installed the Anaplan app in Salesforce, but have been receiving an error. In the Anaplan part it asks for you to contact support, but does not provide any details into how to do this, just raising a ticket in the portal? WOuld be great to have more information.…
Hello Everyone, I am seeking guidance on how I could create a workflow process in Fluence consolidation workspace, using the ADO import task. Does anybody know what kind of information I need to fill in these fields? I have watched the ADO training but only explains the data transformation and integration within Anaplan…
Hi I would like to set up pagination in management reports by assigning a page number to a list item and its parent but I also want to be able to keep a block of parent and list items together and not split over two pages. E.g. Parent 1 - 1 Child 1 - 2 Child 2 - 3 Parent 2 - 4 Child 3 - 5 Child 4 - 6 Child 5 - 7…