A Koppcon
unread,Apr 12, 2013, 2:48:08 AM4/12/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sharevis-...@googlegroups.com
Hi all
I am trying to get familiar with Sharevis.Query but as documentation almost doesn't exist I am stuck with always the same...
Based on a field "CountryKey" in my form I want to restrict/filter the values in another list "Regions" of the form. In other words - if a user selects Country Key "DE" the list of Regions should only show those relevant for Country DE.
The settings for Sharevis.Query are as follows:
list=RegionCodes; select=[RegionCountryKey], [RegionCode], [RegionDescription]; Filter=[RegionCountryKey]==@[//my:CountryKey]
This doesn't work at all. I have kept the name myFields, I can have the field [CountryKey] either directly under myFields or in any subgroup - it doesn't work.
For testing I just tried
list=RegionCodes; select=[RegionCountryKey], [RegionCode], [RegionDescription]; Filter=[RegionCountryKey]=="DE"
and it immediately works.
Does anyone have a clue what I do wrong?
Thanks
Andreas