I have a confiform created on a different page and I am calling the confiform Filter control macro on another page.
When I select a field value and hit Filter it is displaying the desired table. However, I also want to display a dynamic text along with the filter Results. How can this be achieved? Any ideas are greatly appreciated. Thank you!
Sample View
<< Dynamic Test Should be displayed here after clicking Filter. This is not part of the table values>>
What text do you want to display and where? In a separate column in a table?
Is this a dynamic or a static text?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why dont you want to show it always then!?
Anyway, what you want is also possible but with some more complexity - nested views.
Setting the filter to filter on the ListView and then having the TableView dynam,iclaly filtered inside
Something we show here https://wiki.vertuna.com/display/TEST/Dynamic+Filters+with+ListView+and+TableView
Inside the ListView you also put your static text (in addition to the TableView)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.