Hey there,
i got a Combo box. It's items are different departments. With this Combo box iam able to filter a Chart:
Items property: Filter part of the Chart:
Len(Login) > 5 && (Office365Users.UserProfile(Login).Department = ComboBox_Abteilungsauswahl.Selected.Value && IsBlank(ComboBox_Abteilungsauswahl.SelectedItems) || IsEmpty(ComboBox_Abteilungsauswahl.SelectedItems) || _Abteilung in ComboBox_Abteilungsauswahl.SelectedItems)
The filter itself works fine.
Problem:
When i restart the app (Or if a user navigates to the screen in the publised app), you are not able to see any values. Event thought it should display all items in the chart, because none is selected in the Combo Box:
BUT if you use the filter once, so for instance to choose one department and remove it again, in order to show all departmenst, the filter works just fine again.
Why is this the case? Why doesn't it show all values when showing to the screen the first time?
Here is are the properties of the combo box:
Iam sure it's just a little setting which iam misunderstanding.
Would appreciate any help.
Cheers!

Report
All responses (
Answers (