Hi
Filter('Tbl', 'Part No'=ComboBox1.Selected.Value,If(Toggle3.Value,STATUS="Delivered",true),If(Toggle4.Value,'PO Num'=POTable.Selected.'PO Num',true))
I have the above on Datatable. What it is doing is not returning all the results that I am expecting. If I was to just have
Filter('Tbl', 'Part No'=ComboBox1.Selected.Value), it would returning 10 lines, which what I expect. However, when I apply the formula as above, it misses out the bottom 5 values. I also notice that I get the below warning, with a blue line

Having looked around, I am still none the wiser.