Jump to content
  • 0

Passing More than 1 Parameter


gmorison

Question

Has anyone figured out how to pass more than 1 parameter from a submission form to a report? I have a virtual field that I am using to pass a parameter to a report but I want to be able to pass 2 parameters because I want to be able to search 2 fields in the same table at the same time with only 1 Text Field. I don't think I can use a query string because no one will be entering both fields (just 1 at a time). And because of the restrictions by my client, I cannot have more than 1 Text Field. Is there a way to search 2 fields with that 1 Text Field?

Thanks for any help.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

You can only have one textbox in the search screen, the same as what you have now and send it out. In the results page receive this parameter for both fields. For instance if you are asking for address and you have state and city as two fields in the result page, in the search form have one field to enter either one ([@address])and in the result page receive the same thing for both state ([@address])and city([@address]).

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...