Adding Search input to section not working
Hi Everybody,
I created a section that reads the data from data type (Section-> Data Page -> Report Definition) and everything was working fine. After that I decided to add a search text box and I did the following steps:
- create new section for text box.
- add search text box to new section
- added the search text parameter to the data page and the report definition.
- I reference the new textbox property when I am calling the data page and pass it as parameter.
- I added the following actions on change event in the textbox
- post value
- Refresh other section (I referenced the data type section)
Unfortunately, the search is not working , did I miss anything?
Thanks in advance.