Hi ,
I have similar requirement where user have same field(BU) used as prompt multiple times.
Say Business_Unit1, Business_Unit2
I tried above approach but I am not getting correct output, its only taking value of one prompt BU1 parameter only .
I have given messagebox and able to see value for other prompt BU2, but report is running for BU1 only.
here is code which i have written -
&CQPromptRec.GetField(1).Value = &BU1;
&CQPromptRec.GetField(2).Value = &BU2;
Please help me on this.
Forum category: Forum / Help
Forum thread: Connected Query passing prompt value w pcode