RIPARAM and SQL version
Posted: Mon May 24, 2004 1:37 pm
I am running with SQL version version 10.1.003. I am having problems with passing parameters. __1. I have tried passing a RI_FILTER and finally ended up having to send the RI_WHERE clause instead is this a SQL issue as well and how do I tell if it is part of the select statement or considered a filter?__2. Now I have a calculated field param_disp = IIF (RRUNIN(),RIPARAM("PDISP"),"FALSE") in my report band line for the detail line I have param_disp if True display this band. I have the param_disp on my footer line and can see how it is passed, but the display of the detail line does not change. I have tried sending True/False,T/F etc. Any ideas? __3. Normally I will not be able to use the ParameterRR fields but I was trying to get this to work and I am not sure if it is the type of field that is the problem or having more than one ParameterRR field. RR prompts me for the 3 fields but it tells me that I have a column problem - think that is when it is trying to create the SQL statement. Is this one that you can^t do with SQL but can with XBASE?__If I just use one field it works so I am not sure if it is passing the text field correctly or ???__