Hello
I am trying to filter my sharepoint listbox and i need it to
First select my schoolidnr ( Kostnadsställe="1003" ) i works and when i use
Filter( tblProgram; StartsWith(Program; "E") Or StartsWith(Program; "S")).Program it works
But mixing them no good result , my wish is to see programs with name starting on E or S only in shool nr 1003
This is one of lots of combos i have trying with no good result , is it possible to make this filter
Filter(tblProgram;Kostnadsställe="1003") && Filter(tblProgram; Or StartsWith(Program; "E" Or StartsWith(Program; "S")).Program
Solved! Go to Solution.
Little confused about the colon
Skola=ddskola.SelectedText.Value:
I am from sweden and we are using ; instead of , crazy but life is like that for us .
Is it ; is : instead of lie the OR with parallell signs
Skola=ddskola.SelectedText.Value;
User | Count |
---|---|
256 | |
106 | |
92 | |
47 | |
37 |