cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to add parameters when scheduling?

DellSC
Active Contributor
0 Kudos

In the documentation for SP5 and SP6, I see where it's possible to schedule reports using either the BI Platform or Webi RWS SDKs (not working with Crystal yet...)  However, neither example shows how to set the parameters for a schedule.  Is this possible?  If so, how?  If not, then scheduling is about useless in this context.

-Dell

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dell Stinnett,

It is possible to modify an existing parameter while scheduling a document in BI platform & Webi RWS but I don't think there is a possibility to add a new parameter explicitly while scheduling a document through the schedule feature.

However, to modify an existing parameter through Webi RWS, the sample could be of some help.

<schedule>

<name>instanceToModifyTextPrompt</name>

  <parameters>

  <parameter optional="false" type="prompt" dpId="DP0">

   <id>0</id>

   <technicalName>Enter Country:</technicalName>

   <answer constrained="false" type="text">

    <values>

     <value>India</value>

    </values>

   </answer>

  </parameter>

</parameters>

</schedule>

Thanks,

Saritha

DellSC
Active Contributor
0 Kudos

This is what I was looking for.  Thanks!

-Dell

Answers (0)