Hi all,
I'll try to briefly explain my question:
I have two templates: Author (that contain few TVs, one of them is:"authorName") & Book (that contain few TVs, one of them is: "bookAuthor")
My goal is to make two resources type that will be displayed in each of those templates.
What I want to do is to load authorName in the Book template as a listbox.
Is there anyway to do it in Input Option Values, something like "@SELECT [[*TV]] from...."?
-
☆ A M B ☆
- 3,141 Posts
If you could store the author name in the pagetitle instead of a TV (if your page is all about the author, you may already have that?), you would make it a lot easier for yourself to get the data using a @SELECT binding in the input options, as you could then follow along the examples in the docs where you select the pagetitle and id for the listbox.
TV values are stored outside the resource table so would require joins and other sql shenanigans.