Select Box lookup custom query do not pick value from input in sql?
I took a drop-down list and select list type = "Lookup List" in the configuration tab.
Then I create a lookup source and select Name/Value pair and use Query manual
SELECT CUSTOMER_G+'('+CUST_C+')' as Name, CUST_CODE as Value FROM CUSTOMER_G WHERE C_CODE='${IssuingCompany}'
IssuingCompany is another input box it contents the c_code of the login user.
The problem is, When I validate the query then it runs. But actually it returns the employ list at the front end.
If I write C_CODE='2011' in Query hardcoded then it will work. I want to make it dynamic.
What is wrong in it?
-
正式评论
Hello Rakesh,
Kindly select the lookup source as none in the select list type in the Configuration tab of the Dropdown list. You can use the Autolookup and select the same lookup source and configure the "Execute this lookup on" as Related Field Value Change.
Thanks,
AgilePoint Support
评论操作
请先登录再写评论。
评论
2 条评论