Forum Discussion
j0ebeer
Apr 01, 2024Copper Contributor
Add a search button to a workbook?
Can I add a search to a workbook? For example I'd to click a button to search for an IP across all logs. I'd like to put something near the top that would let me input the IP address and then click...
- Apr 02, 2024
You could add a parameter and a query that uses that value?
The important part is to pass the name of the parameter (I called mine: enterIP) into the query, you need to put '{ }' around it. e.g.
search "{enterIP}"
I'd also, in the query modify the [advanced setting] to only show the query if there is a value in the text parameter
Which would look like:
Clive_Watson
Apr 02, 2024Bronze Contributor
You could add a parameter and a query that uses that value?
The important part is to pass the name of the parameter (I called mine: enterIP) into the query, you need to put '{ }' around it. e.g.
search "{enterIP}"
I'd also, in the query modify the [advanced setting] to only show the query if there is a value in the text parameter
Which would look like: