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.
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.
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
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.
@Sravan_Kumar
What's is the issue you are running into when using action?
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.
Yes @Misbah, I wanted to delete the entire row.