Jump to content
  • 0

Search Date Range Across Multiple Fields


bbeshlian

Question

Hello,

I have a data table were Installment day dates are in multiple fields. What I want to do is input the date range, have the search check the installment date in each field then return the records that fall with in this date range. What's the best way to do this without having the end user input the date range multiple times? I attached screenshots. Table is the data I am searching. The criteria is Installment Dates between 2/1/19 and 4/1/19. Results is what I need returned.

Thanks,

Bill

Results.PNG

Table.PNG

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

You should create Submission form with 2 virtual parameters and pass them on the report with pre-defined criteria

After that, You should receive this Params in the report data page and go to the Each element and create 2 criteria for each column.

1) Make sure that main criteria is OR between column. 

2) On each section for the (Field=>Start  and Field <=End) .

Example:

(Field=>Start  and Field <=End) (Column 1)

or

(Field=>Start  and Field <=End) (Column 2)

or

(Field=>Start  and Field <=End) (Column 3)

or

....

 

P.S There is Application Example.

Installment_Range_1_0_2019-Mar-13_1153.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...