Hi, I want my appsheet show specific column only. If [Date]=TODAY() is true then my slice will show all the columns else it will only show Status column. Please help me out! Thanks a lot.
Hello @NAM_LI, welcome to the AppSheet community !
Right now appsheet doesn’t allow for having a single slice with dynamic column selection, what you can do is create a slice for each condition:
-
[Date]=TODAY()
-
[Date]<>TODAY()
Then you have to create a view for each slice, and from there all that would be left is to configure your show_if criteria for those slices. So that only one would show at a time.
2 Likes
Thanks Rafael! I tried your solution and it worked perfectly.
2 Likes