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
Hi, I am working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all list…
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?