Hi guys,
I know that passing multiple values in parameters using static list sends the parameter values in one comma seperated string like 'Usa, canada, mexico' to the stored procedure.
But if we pass multiple values in parameters using the dynamic lov coming from the Business views, does the...
WhilePrintingRecords;
stringvar array test:= {?ClientName};
numbervar i;
stringvar str; //:=test[1];
for i:=1 to count({?ClientNames}) do
(
if i<>count({?ClientName}) then
str:=str&test[i]&","
else
str:=str&test[i]
//i:=i+1;
);
str;
I need some technology guidance.
The insurance company has developed many reports using Crystal Reports 10. A user interface to the Crystal Reports was developed using ASP pages. The user interface passes parameters to the report. The parameters are usually dates (Effective from date...
I need some technology guidance.
The insurance company has developed many reports using Crystal Reports 10. A user interface to the Crystal Reports was developed using ASP pages. The user interface passes parameters to the report. The parameters are usually dates (Effective from date...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.