[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Smart Forms
- Subject: [sqr-users] Smart Forms
- From: "tam kag" <kaghdot@hotmail.com>
- Date: Wed, 30 Mar 2005 16:42:41 +0000
- Bcc:
- Delivery-date: Wed, 30 Mar 2005 11:43:47 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Hello,
I'm developing a custome parameter screen for an SQR job using
ONE/SmartForms.
the Pick List on the screen should bring values from a database table, I'm
sure that nothing is wrong with the SQL that brings the data. and I think
that the problem is these code lines.
<WS:ParameterPickListCond hasValue="yes">
<SELECT name="<WS:ParameterFieldName/>">
<WS:InitializeParameterPickList/>
<script language="JavaScript">
<WS:ParameterPickListLoop>
<OPTION><WS:ParameterPickListValue/></OPTION>
</WS:ParameterPickListLoop>
</script>
</SELECT>
</WS:ParameterPickListCond>
</WS:ParameterInputCond>
Thank you
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users