August 11, 200520 yr Hi, If I have a set of value lists that display values from a second field, can I display those second field values in my web pages when using custom web publishing? Currently I only get the first values. My code (thanks in advance for your help) true id_award_year() checked Edited August 11, 200520 yr by Guest
August 14, 200520 yr Unfortunately the XMLLAYOUT grammar does not provide a possibility to include the second value as well in the value list (tested by me). If you would like to do that in CWP, I think you should try the following workaround (not tested by me) - create a layout with the two fields in question - use this layout with - group the field values of the first field in the XML result set tree stored in variable valuelist by Muenchian grouping - use the grouped values as a key to address the values in the second field If you have worked out such a solution, please post it here
Create an account or sign in to comment