Hi All
I am familiar with the use of a stored procedure in Impromptu. But I would like to pass in multiple values to the Stored Procedure's parameter (e.g. a portfolio list). So far I was only able to use a single portfolio. Can I give the user a prompt with multiselection in the use with the stored procedure?
The procedure I call looks like:
PROCEDURE PRC_POP_ASSET_TOTAL_ASCAT_DTS (
I_PORTFOLIO_CD IN VARCHAR2,
I_REPORT_DATE_YYYYMMDD IN VARCHAR2,
C2 IN OUT cursor_type) AS ...
In Cognos Impromptu it looks like:
call PK_POP_ASSET_TOTAL_ASCAT_DTS.PRC_POP_ASSET_TOTAL_ASCAT_DTS(?I_PORTFOLIO_CD? IN, ?I_REPORT_DATE_YYYYMMDD? IN)
I really hope that someone had similar problems.
Mike
I am familiar with the use of a stored procedure in Impromptu. But I would like to pass in multiple values to the Stored Procedure's parameter (e.g. a portfolio list). So far I was only able to use a single portfolio. Can I give the user a prompt with multiselection in the use with the stored procedure?
The procedure I call looks like:
PROCEDURE PRC_POP_ASSET_TOTAL_ASCAT_DTS (
I_PORTFOLIO_CD IN VARCHAR2,
I_REPORT_DATE_YYYYMMDD IN VARCHAR2,
C2 IN OUT cursor_type) AS ...
In Cognos Impromptu it looks like:
call PK_POP_ASSET_TOTAL_ASCAT_DTS.PRC_POP_ASSET_TOTAL_ASCAT_DTS(?I_PORTFOLIO_CD? IN, ?I_REPORT_DATE_YYYYMMDD? IN)
I really hope that someone had similar problems.
Mike