How to render a column conditionally?

I know this might seem basic as we have IF statement. But whatโ€™s the best practice for this scenario? I have a range of columns, Day_1, Day_2, Day_3. I want to show Day_2 only when Day_1 is filled [has a value], and show Day_3 only when the Day_2 is filled [value]. This is because Iโ€™m creating an app with 10+ date values and I want to avoid cluttering the app. Please help me with an example:
This didnโ€™t work for me:
SHOWIF(ISNOTBLANK([DAY_1]))

Solved Solved
0 2 146
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Thanks. It worked perfectly.

Top Labels in this Space