Let’s take the example of our Timesheet template form (available for download in our library). It has a referential-hierarchical list; the hierarchy being the different departments of the company (highlighted in blue) and the references being details on each employee (such as hourly wage, position, email address, etc.) highlighted in yellow:
Sales Department \James Lindberg |James|Lindberg|15.50|Sales Manager|No|jameslindberg@gmail.com
Sales Department \Erica Williams| Erica|Williams|12.00|Sales rep|Yes|erica@gmail.com
Sales Department \Marc Fergusson |Marc|Fergusson|11.30|Sales representative junior|Yes|marc@gmail.com
Sales Department \Patricia Jones| Patricia|Jones|14.30|Sales rep senior|Yes|patricia@gmail.com
IT Department \Jim Wolf| Jim|Wolf|12.40|Developer|No|jim@gmail.com
IT Department \Peter O’Neil |Peter|O’Neil|15.50|Developer|No|peter@gmail.com
IT Departmen t\Rajesh Patel| Rajesh|Patel|13.50|Developer|No|rajesh@gmail.com
IT Department \Tim Petersson| Tim|Petersson|14.30|Developer|No|tim@gmail.com
IT Department \Patrick Clark| Patrick|Clark|18.10|Head of the IT Department|No|patrick@gmail.com
IT Department \Ryan Robert| Ryan|Robert|12.30|Developer|No|ryan@gmail.com
Marketing Department \Lauren Moore| Lauren|Moore|13.10|Head of the Marketing Department|No|lauren@gmail.com
Marketing Department \Gregory Hogg| Gregory|Hogg|12.00|Marketing representative|No|greg@gmail.com
Delivery Team \Mike Hollow| Mike|Hollow|8.00|Driver|Yes|mike@gmail.com
Delivery Team \Pedro Jimenez| Pedro|Jimenez|8.00|Driver|Yes|jimenezp@gmail.com
Delivery Team \Jake Pale| Jake|Pale|8.00|Driver|Yes|jake@gmail.com
You are entering the hours worked by the employees of the IT department. Therefore, you only want the names of the employees belonging to the IT department to appear. In order to do so:
- First, add an element that will be used as a filter. In our example, we will add at the beginning of the digital form, a list element called ‘Department‘.
- Then, we use a second list element, in our case the list field is called ‘Employee‘. Go to the settings by clicking the pencil icon of this element. Then, in the Advanced tab, select the correct settings to filter your list > Choose the rule (by hierarchy) > Select the mathematical symbol; in our case ‘=‘ > And finally, select the element that will be used as a filter, in our case the ‘Department‘ element created previously.
How it will appear on your mobile device:

Post a comment