Hey Guys,
I have a few questions about templates.
Im making a receiving program which has multiple nested tables in the receiving form. They are Film, Masters, and Display.
1 of these will all ways be filled in, but they don’t all need to be filled in.
In my report i would like to fill in a table for displays only if there are rows in displays. etc. How would this be achieved? I would like to have them separated somehow so having them all in 1 table wont work.
Im also wondering about nested tables. How are these implemented into a report?
The Nest goes as follows.
Receiving Table → Display Table → Display Lot Number Table.
Receiving Table → Film Table → Film Lot Number Table.
Receiving Table → Master Table → Master Lot Number Table.
1 Like
Take a look at IF expressions for templates:
They allow you to completely hide certain parts of your workflow based on criteria.
For instance, here’s a workflow template for an invoicing solution I’ve built into an app.
If I zoom out:
You can see there’s two tables that look pretty much the same, but there are subtle differences - enough that merited the duplication of a table and the use of template IF expressions.
https://p56.f1.n0.cdn.getcloudapp.com/items/4gumYKYe/Screen+Recording+2020-02-15+at+10.36.35.01+AM.gif?v=c1e023c95aa18a9fc30a7398e7061c49(image larger than 4096KB)
And for nesting things, have you checked out the documentation on workflow templates? Check out Start expressions.
3 Likes
this is perfect thanks,
Yes i did look at the documentation but it was nothing as detailed as this documentation.
1 Like