Hi All,
I am trying to load data from SQL sever on selection simple dropdown value but its not working and not loading value in SQL Request dropdown. Please check below details.
SELECT TOP 1000 [ABC]
,[Job Type]
,[Company]
,[JobStatus]
,[Job Description]
FROM [SharePointTest].[dbo].[Test_JobsInformation] where Company='CompanyVal'
"CompanyVal" is selected dropdown and added in SQL where condition.
Can anyone help me on this, Please let me know if you required anything from me.
Thanks,
Amol K
Pls have a look at this.
Solved: SQL Request Control – Cascading Multiple Fields fr... - Nintex Community
SQL Request Control Cascading Dropdown Not Working - Nintex Community
If the data in the database does not change frequently, why not populate the data into SharePoint Lists? Its much easier to do Cascading Dropdowns using SP Lists