Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I am having tree widget with data. Based on the selected node, we are populating data.
Whenever we are trying to select "Station1" under "Line2", unable to get selected value from service output.
Selectedbreadcrumb also empty string.
How get the selected values while selecting "Station1" under "Line2"?
Solved! Go to Solution.
Thanks for you reply.
Value field and ID field is expecting the unique information across the table. Here "Station1" having a same ID for Line1's and Line2's.
Created a temporary unique ID the stations. Its working fine now.
Hi @Sathishkumar_C.
Can you provide a preview of your dataset? How is the data formatted? Where are you trying to pull the value from?
Regards.
--Sharon
Thanks for you reply.
Value field and ID field is expecting the unique information across the table. Here "Station1" having a same ID for Line1's and Line2's.
Created a temporary unique ID the stations. Its working fine now.