Hi
I want to poulate drop down list with facilities record fetched using liqued code. then when user select a facility, i want to display floor and area based on the facility selected.
for that i tried
1. fetching the facility, then created drop down list using the fetched values,
2. added onchange javascription fuction on the drop down list to capture changed value
3. tried to pass the selected value and fetched floor and area entities related to the facility to create dropdown list for floor and area as below. however, i could not pass the right value to the following code.
{% include 'FetchXML Floor details' facilityid:{{selectedID}}>%} this template has the code to fetch floor and area
i have attached the facility web template and FetchXML Floor details template files with this.
Also i included the code screen shot which has yellow highlights indicates the code not working. blue higlight indicate thee code portion which is working
Please advice me how i can make this work.
Thanks a lot
[View:/cfs-file/__key/communityserver-discussions-components-files/117/facilityWebTemplate.rtf:320:240]
[View:/cfs-file/__key/communityserver-discussions-components-files/117/FetchXML-Floor-details.rtf:320:240]