Hi, I’m trying to show a date in a table. It’s rolled up from a different table with a condition on a decision field. The condition would be met for two options in the decision field, but since I can only have “AND” conditions in roll ups I’ve set up two roll up-fields to get both field values. One of both will always be blank.
So what I want to do is use a equation to combine those two roll ups into one field.
I tried this:
if({Premiere + Load In/Out}="",{Premiere / ohne Load},{Premiere + Load In/Out})
but apparently my formula is invalid and I don’t see why.
What I want to achieve is the Formula field to show the datefield from the other table that is not blank.
Hi Andreas - this is just a guess. But I think your field names contain some restricted characters.
For example - I assume this is a field in your tadabase {Premiere + Load In/Out}
But that field name has characters that have mathematicial meaning like = + - / or *
If your field name was {Premiere and Load In_Out} it would probably be OK