I have 3 columns in SharePoint
Example A, B,C values are
1 2 3
4 5 6
I have to filter only A and B and that should retrieve value of C to the text property of label
Filter(mylist, Column A = dcValue1.selected, Column B = dcValue2.selected).ColumnC
Need help in syntax