I have another question. Actually the same structure but in an opposite situation.
If i want to show the letter "E" only if the Qrestaurant is selected C, what do i have to do ?
I tried if(is_empty(Q1_SQ005) and Qrestaurant="C","E","") and it didn't work. It seems contain errors..