Hello all,
I have a project using 10.5 with only one spreadsheet page. But, there is no Search Panel.
I open the page and the page opens with ALL of the data in the requested table because there is no Search Panel. In the "Before display" event of the List Page" I have the following code:
$xt->assign("message", "Please select a specific Experience via search");
But, there is no Search Panel.
I have completed these steps in the "Search and Filter settings...":
- Ensured that there are fields marked as "Always on Search Panel"
- "Show Search Suggest" and "Enable Search Saving" checkboxes are turned on.
I have added the code below to the Javascript OnLoad event for the List page:
var srch = pageObj.getSearchController();
srch.display("show");
There are no defaults for any element on the Search Panel
Strange thing hapenning is this:
When I open the page and don't see the Search Panel, I click on the Tools icon on the menu bar and I can see that I can select "Show Search Panel". So, I click on that but nothing happens except that the link to do that is no longer showing.
Does anyone have any suggestions on what I may be missing? The only page where the panel is missing is the one with the spreadsheet. Is this normal?
Thanks