Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text field to see who reserved before & after my reservation #113

Open
Drastaa opened this issue Jul 13, 2023 · 1 comment
Open

Text field to see who reserved before & after my reservation #113

Drastaa opened this issue Jul 13, 2023 · 1 comment

Comments

@Drastaa
Copy link

Drastaa commented Jul 13, 2023

Hello,

I would like to request a little help with my request here. I would like to add two text fields to the Reservation screen that would show who has the same desk reserved BEFORE you and AFTER you.

I tried the following syntax:
FirstN(
SortByColumns(
Filter(
'Desk Reservations';
DeskText = varSelectedReservation.DeskText &&
'Check Out From' >= varSelectedReservation.'Check Out From'
);
"Check Out From";
SortOrder.Ascending
);
1
).'Reserved By'

But it doesn't work; I can't get the filter function to work, nor the SortByColumns. In my local version of PowerApps "," are replaced by ";" for some reason.

Can anyone help, please?

Thank you!

@christheninjapirate
Copy link

I wonder if it would work using the Check Out From Number-type syntax shown in this post?

#100 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants