hi,
I need to create new variables and assign values to it in the %loop% to act as counter of the loop. Is that possible. If so, Please let me know how?
Thanks
Ashok
hi,
I need to create new variables and assign values to it in the %loop% to act as counter of the loop. Is that possible. If so, Please let me know how?
Thanks
Ashok
Ashok,
I gave up on doing any more than crude html in DSP. I use an underlying flow service (just like you are doing) except that I pre-populate this data from the flow service and feed the DSP.
There is not a lot you can do in DSP unless you want to use java script.
There is an $iteration value that you can map to a record to determine the record value and this can be passed back to the calling DSP.
HTH
Ray
Assigning Variables in a DSP should follow like this.
%loop%
%value counter%
%endloop%
(use piepeline variable ($iterator)n as a counter in your dsp page which is obtained from the loop step in a flowservice).
HTH.
Follow this thread too…It might be helpful for you.
[url=“wmusers.com”]wmusers.com