Hi,
I used this formula to get value from my SP List.
Filter('WM FOR WELDER REGISTER', 'Grup Name Assembly' in SubAssy.Selected.Value, NoDrawing.Text in 'No Drawing')
But I got delegation for 'in' function. I tried to using another formula like this:
Filter('WM FOR WELDER REGISTER',StartsWith('Grup Name Assembly',SubAssy.Selected.Value),StartsWith('No Drawing',NoDrawing.Text))
But it show nothing.
Can anyone help me to make this formula delegable? Thankyou!