Show specific column

NAM_LI
New Member

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.

Solved Solved
0 2 143
1 ACCEPTED SOLUTION

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.

View solution in original post

2 REPLIES 2

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.

Thanks Rafael! I tried your solution and it worked perfectly.

Top Labels in this Space