Klash Ville
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 83
Hello everyone, I have the following issue:
I am doing a long and complex filtering within a table where each filtering process starts at the beginning of a certain Column where it then reads its cells content.
In the middle of that filtering process, changes are done to other columns based on the initial column I am using for the entire filtering process, and some of them, are "marked" and aren't supposed to be read by the filtering process again (it's a single big and complex While function).
I have tried hiding the cells that may eventually become marked at the end of the while. But this didn't work for I am restarting the filter at the beginning of each new while cycle, making the hidden rows show up again.
So my solution for this is to create a dynamic array where the cells that get marked, where their values are saved into the array that would also expand as long as info gets in it. Once the value is saved, the next filtering of the While cycle will restart the filtering in order to show up everything again, except the value of the marked cells.
Is this plausible?
I am doing a long and complex filtering within a table where each filtering process starts at the beginning of a certain Column where it then reads its cells content.
In the middle of that filtering process, changes are done to other columns based on the initial column I am using for the entire filtering process, and some of them, are "marked" and aren't supposed to be read by the filtering process again (it's a single big and complex While function).
I have tried hiding the cells that may eventually become marked at the end of the while. But this didn't work for I am restarting the filter at the beginning of each new while cycle, making the hidden rows show up again.
So my solution for this is to create a dynamic array where the cells that get marked, where their values are saved into the array that would also expand as long as info gets in it. Once the value is saved, the next filtering of the While cycle will restart the filtering in order to show up everything again, except the value of the marked cells.
Is this plausible?
Last edited: