Help

Gallery View, How to only show a field if a previous field is empty

Topic Labels: Views
767 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Ciana_Biasi-Smi
4 - Data Explorer
4 - Data Explorer

I am using gallery view on my website to display membership profiles. One of the fields is essentially “preferred name” and one is essentially “birth name”.l I only want to show the birth name if the preferred name is empty. Any suggestions?

2 Replies 2
Ilan_Ben_Yaakov
6 - Interface Innovator
6 - Interface Innovator

I would create another field like “display name” and put a formula that shows the field only if another field is empty, something like:
`

IF({preferred name}="",{birth name},{preferred name})

`

Moe
10 - Mercury
10 - Mercury

We added this feature recently to our gallery extension. It allows you to set a conditional visibility rule(s) to your gallery fields.