Deleting an index value based on the deletion of another index value
Can someone help me with, how we can delete an index, for eg : When I delete #index 01 then #index 05 should get deleted automatically.
Tagged:
0
Answers
-
You wouldn't be able to run "sequential" deletions like that, but you could associate #1 with #5, so that when you flag 1 for deletion it also include 5. You can then run a "delete from selection" to delete both
David
0 -
Thank you so much David.
Will try this and let me check whether this will work or what.
0 -
No problem
More information can be found here which should help you with the set up
David
0