How to delete a row in 2 dimensional Matrix
Hello,
If I have a 2 dimensional matrix :
Qtr1 Product
Row1 Q1 Tesla
Row2 Q2 Ford
What command should I write to delete all the rows that have product “Ford” ?
Thanks
S A U Answered question
Shrishank,
Are you kidding?…
If you have to delete Rows based on Criteria in separate (selectable) Fields you may write an A-script using this Algorithm:
1. Prompt the User to select a Category Item from the List as a pointer to a Range of Criteria Values.
2. Prompt the User to select one unique Criterion Value from the List.
3. Delete Rows from M1 matrix according to User-selected Criteria.
That’s exactly what I did. See Version of the A-script for such Case.
S A U Answered question