Filter(
'APOLLON_2025_BOOKING TS';
(
Len(ComboBox1.Selected.Value) = 0 ||
WEEK in ComboBox1.SelectedItems
) &&
(
Len(ComboBox3.Selected.Value) = 0 ||
NAME in ComboBox3.SelectedItems
)
)
If(
Len(ComboBox1.Selected.Value) = 0 && Len(ComboBox3.Selected.Value) = 0;
'APOLLON_2025_BOOKING TS';
With(
{
_Data:
If(
Len(ComboBox1.Selected.Value) = 0;
'APOLLON_2025_BOOKING TS';
Ungroup(
ForAll(
ComboBox1.SelectedItems As _Items;
Filter(
'APOLLON_2025_BOOKING TS';
WEEK = _Items.Value
)
);
Value
)
)
};
If(
Len(ComboBox3.Selected.Value) = 0;
_Data;
Ungroup(
ForAll(
ComboBox3.SelectedItems As _Items;
Filter(
_Data;
NAME = _Items.Value
)
);
Value
)
)
)
)
Filter(
'APOLLON_2025_BOOKING TS';
Or(
IsEmpty(ComboBox1.SelectedItems);
WEEK in Concat(
ComboBox1.SelectedItems;
Value;
', '
)
);
Or(
IsEmpty(ComboBox3.SelectedItems);
NAME in Concat(
ComboBox3.SelectedItems;
Value;
', '
)
);
)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.