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 Like

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.