Collapsible Lists in Claris FileMaker - DB Services
Collapsible Lists in Claris FileMaker - DB Services
By Tanner Stanley
Posted on March 12th, 2024 in Claris FileMaker , Free Downloads
"amount" : 300,
"city" : "Westburg",
"date" : "2/22/2024",
"lineItems" :
"price" : 14.95,
"quantity" : 3
},
"price" : 25,
"quantity" : 1
],
"phoneNumber" : "123-456-7890"
Essentially, you'll be creating an array of objects of the parent record and then adding an array of the
child record as an object within the initial JSON Array. This will be what the web viewer fetches when
creating the dynamic list.
<html lang=en>
<head>
<meta charset=utf-8>
<title>fm19-article-html-editor</title>
</head>
<body>
<noscript>
<strong>We're sorry but fm19-article-html-editor doesn't work properly without JavaScript enabled
</noscript>
<div id=app>
</div>
</html>
Create a new web viewer in your FileMaker file and set it to these settings:
Initializing The Collapsible List
A web viewer requires initializing via script steps to fetch the FileMaker data and then display it using the
JavaScript.
1. Update your web viewer with an identifier name.
3. Perform the JavaScript with function name in the web viewer for our list using the identifier name.
This will update the web viewer to fetch the FileMaker data and post it on the web as a list.
After all of that, you will have an intractable collapsible and extendible list, in which you can select the
down arrow on a single invoice and see all of the related invoice line items.
Conclusion
Incorporating collapsible lists on a web viewer in your FileMaker application allows for a dynamic way of
structuring and displaying hierarchical data. Users can quickly navigate through expanding or collapsing
sections as needed to focus on specific information. This enhances the user experience, simplifies data
access, and optimizes the layout space. Whether managing intricate project hierarchies, organizing
inventory items, or presenting menu selections, collapsible lists enable users to interact with data more
intuitively, ultimately enhancing productivity and usability within FileMaker solutions.
Did you know we are an authorized reseller for Claris FileMaker Licensing?
First Name *
Last Name *
Company
Phone *
Email *
FileMaker Experience *
New to FileMaker Platform
Existing User of FileMaker
Existing Developer of FileMaker
Terms of Use *