Skip to content

Making Data Dynamic when filtering by date #1116

Closed Answered by lrljoe
BenOussama180 asked this question in Q&A
Discussion options

You must be logged in to vote

You'll need to use the when () function within your with() call in your builder.

At the moment you're effectively saying
Get me projects
With all of their orders
Where the project has an order before/after x date

Instead of
Get me projects
With their orders where the order date is before/after x date.

Replies: 3 comments 30 replies

Comment options

You must be logged in to vote
0 replies
Comment options

lrljoe
Mar 22, 2023
Collaborator Sponsor

You must be logged in to vote
22 replies
@BenOussama180
Comment options

@lrljoe
Comment options

lrljoe Mar 24, 2023
Collaborator Sponsor

@BenOussama180
Comment options

@lrljoe
Comment options

lrljoe Mar 25, 2023
Collaborator Sponsor

@BenOussama180
Comment options

Answer selected by BenOussama180
Comment options

You must be logged in to vote
8 replies
@BenOussama180
Comment options

@lrljoe
Comment options

lrljoe Mar 25, 2023
Collaborator Sponsor

@BenOussama180
Comment options

@lrljoe
Comment options

lrljoe Mar 25, 2023
Collaborator Sponsor

@lrljoe
Comment options

lrljoe Mar 25, 2023
Collaborator Sponsor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants