I have created a tile on my workspace. This tile opens up a form I created that, on it's on, shows all records. However, the tile has filtered those records to count only 'Active' records.
How can I have the Tile pass it's query to the Form? They both share a query in a sense. The form uses the 'AllRecords' simple query and the 'Active' records tile uses a composite query that ranges the 'All Records' simple query.
From my understanding when clicking my tile button and opening the 'all records' form it should pick up the query in my tile and apply it.
I found the issue. The 'Display menu item' that you use will open the 'generic' form that has the 'generic' simple query. In the menu item you will specify your query that you want to be applied and then it will filter. The queries need to match on the form and the menu item as far as datasources.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.