Hi,
I am using this formula for one of gallery items:
Filter('[dbo].[Note]',
Aid=ComboBox1.Selected.AID,
Bid=ComboBox2.Selected.BID,
Cid=ComboBox3.Selected.CID)
But I want to include these where type conditions only in the case when the left-hand side values are not null/blank.
Please suggest what can I do here.
Thanks in advance