Jump to content
  • 0

Entering Custom Header based on Search Input


uschad

Question

I would like to insert a header into a datapage based on the data entered in the search field. I have another datapage that has a column of numbers and words. So for instance when someone enters a number into the search field, in the header the corresponding word would appear.

Any help would be appreciated.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Do you want to show the corresponding word on the result page? Then you can create a view on to join the main searching table and the lookup table which contains the numbers and corresponding words. Create a search report Datapage and select the view as data source. You can add [@field:WORDSFIELDNAME] into the header of "Configure Results Page Fields" screen. It will display the related word on the result page.

Link to comment
Share on other sites

  • 0

You can pass the search parameter to the next page and in the header of the results page receive the parameter such as: [@parameter1]

To do so, edit the Search DataPage and enable Advanced options and Passing parameters in the second wizard screen then move on to Configure Search Fields screen and select the search field that you want to pass the value to the next page then click on the Advanced tab and enable passing parameter, you can rename the parameter to whatever you want, i.e: [@name]

Then in your Configure Results page Fields screen you can insert Header/Footer using the small picker button at the bottom of DataPage Elements and inside the header type in:

Name: [@name]

Note the parameter name in our example is "name" and it should be passed and received calling the same name.

Best,

Bahar M.

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