I want to hide some of the columns I captured with the dataset so that the user cannot see them. I also create a query with the cell that I have hidden from the user. However, when I hide it, I receive such a warning. "The current cell cannot be set to an invisible cell." I'm getting a warning.
Loading
Mehmet FatihPosted Feb 23, 2024, 8:39 AM
Thanks for your advice.
Jayraj ChhayaPosted Feb 23, 2024, 6:41 AM
Hi Mehmet Fatih,
You can hide columns to prevent them from being displayed to the user. However, when you try to interact with a cell that is hidden, you might encounter the warning "The current cell cannot be set to an invisible cell." This warning occurs because you are trying to set a hidden cell as the current cell, which is not allowed.
To avoid this warning, ensure that you do not attempt to set a hidden cell as the current cell. Instead, manipulate the data without focusing on the hidden cells. You can still perform operations on hidden columns without setting them as the current cell. By following this approach, you can work with hidden columns in your dataset seamlessly without triggering the warning message.