I am having a problem with displaying a Multiple S...
# advancedpdf
w
I am having a problem with displaying a Multiple Select field. I have ${record.custom_multiselect} which brings back nothing. I can see the values if I use &xml=T. This multiple select field has "Store Values" checked. The list is a custom record list. I have set up some Sourcing and Filtering. Source List: Select Address / Source Filter By: Location Fiter Using: Location / Compare Type: equal / Compare to Field: Select Address If I remove the Source List and Source Filter I will actually get a something from ${record.custom_multiselect}. I use the Source List and Source Filter to have the selection box be the style where you can see the entries and not have to press the double down chevrons. I would like to continue with this setup. Any ideas on how to have the my multiple select list show the results. Thanks
p
I don't think you can use store values if you are sourcing? Try disabling it.
w
The sourcing is used to bring back a short list of items for that customer based on their address. If I don't have it set to Store Values I don't think it will stick, but I'll give it a try. Thanks for the input.