Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
chiru_thota
Specialist
Specialist

Is parameter passing also comes under loop and reduce ?

parameter.png

1 Solution

Accepted Solutions
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

i guess input parameters comes under "LOOP' and/or "LOOP & REDUCE".

for each value in your parameter field then it QMC will passes that parameter and runs the document and saves a document..and loops to the next one and saves it again...

But you can use this parameter to reduce as well..may be like using this in where clause in your script and/or using the same in your document name in QMC so that it will reduce and saves a single QVW for each parameter..and then loops.

I guess it depends on how you use it..

you can use this just to Pass a Parameter...

or Just looping and saving a single QVW per each parameter..

or Loop and reduce and then save..

View solution in original post

2 Replies
vgutkovsky
Master II
Master II

I don't believe so. I think the order in which Publisher executes is Reload tab >> Reduce tab >> Distribute tab. So I think the Script Parameters would be the equivalent of an outer loop and the Reduce tab would be the equivalent of an inner loop.

Regards,

Vlad

phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

i guess input parameters comes under "LOOP' and/or "LOOP & REDUCE".

for each value in your parameter field then it QMC will passes that parameter and runs the document and saves a document..and loops to the next one and saves it again...

But you can use this parameter to reduce as well..may be like using this in where clause in your script and/or using the same in your document name in QMC so that it will reduce and saves a single QVW for each parameter..and then loops.

I guess it depends on how you use it..

you can use this just to Pass a Parameter...

or Just looping and saving a single QVW per each parameter..

or Loop and reduce and then save..