New Bug Encountered: Column Display Names in View

I created an App where we have a user table and a subtable which initially was there to detail the start and end dates of each users booked holidays. But then the client wanted to change the setup for some users. As they instead work on the opposite to a holiday - they are not available unless specified.

So I setup UserDates[Start Date] with a display name formula of:

IF([Type]=โ€œHolidayโ€,Unavailable from",โ€œAvailable fromโ€) simillaly [End Date]

The issue is that I have one of each [Type] in the table, but in the Display Name its showing in the Table View column header is โ€œAvailable fromโ€. So it seems arbitary which Display Name a View chooses. No idea what to suggest but thought you might want to know

1 3 398
3 REPLIES 3

Soโ€ฆ are you trying to show a view name on a table view?

@Aleksi no its a column with a variable display name shown on a Table View

Okay I generally the situation is the same because the app wonโ€™t know which value it should show.

Top Labels in this Space