Get property value into other SQL expression property value
Hi everyone,
I was wondering, if there is a way to get a property value into another SQL expression property value.
This is what I want:
In one document type ("site settings") I pick the edition of a congress, formatted as a numeric.
In another document type ("highlight") I have an SQL expression as property value. It looks like:
select distinct (...data...) from (...table...) WHERE ID_EDITION=(...congress edition picked above...)
The document type "site settings" is not a parent, ancestor or child of "highlight".
The structure is more like:
Get property value into other SQL expression property value
Hi everyone,
I was wondering, if there is a way to get a property value into another SQL expression property value. This is what I want: In one document type ("site settings") I pick the edition of a congress, formatted as a numeric. In another document type ("highlight") I have an SQL expression as property value. It looks like:
The document type "site settings" is not a parent, ancestor or child of "highlight". The structure is more like:
Is the a way to get this?
Thank you!
Best, Simeon
Hi everyone,
I would be happy, if anyone could assist. I didn't find anything here on the forum.
Best, Simeon
Hi Simeon,
You can find the child of root content whose document type alias is "site settings". using this you can use properties on different pages.
Hi Harikrishna,
Thank you for your reply!
This is not my problem. My problem is, how the SQL statement in the nuPicker SQL query would have to be to get the data from the other document type.
Best regards, Simeon
Does anyone have an idea?
Best regards, Simeon
is working on a reply...