PeterPC
-
9/27/2011 9:22:00 PM
BizForm Field with Multiple Choice Control - Using Proper SQL Query
Hello,
In a BizForm, I have a SQL query in place to generate the multiple choice options: SELECT ItemName, ItemName from myclass_Items (This works fine)
but I am looking to do something like SELECT ItemName, ItemName from myclass_Items WHERE the document's alias path starts with "/mypath/anotherpath"
Is that possible in the portal to do without custom code? thanks
|