"generate a report by loop"
Dear All,
I want to use the loop operators of RM to generate a report:
In a survey we had a lot of questions. For each question I want tocreate a bars-plot for each question on single page within a pdf-file.
So the loop should be based on the attribute "question", right? If so, is the operator "Loop attributes" the correct one? I tried this operator, but it does not work ...
Thanks in advance!
BW
currant
I want to use the loop operators of RM to generate a report:
In a survey we had a lot of questions. For each question I want tocreate a bars-plot for each question on single page within a pdf-file.
So the loop should be based on the attribute "question", right? If so, is the operator "Loop attributes" the correct one? I tried this operator, but it does not work ...
Thanks in advance!
BW
currant
Tagged:
0
Answers
if you have each question as an example in your example set, you should use "Loop Examples". Otherwise you might have to give a little info about the structure of your data, if you need further suggestions.
Regards
Matthias
here is my table:
可能很容易设计循环process, but ...
Thanks a lot
currant
... after hours of searching and testing, I found out how to introduce the loop...
I use now theLoop Values-operator (select the attribute "question"; set the iteration macro = loop_value);
inside the loop value-operator I use the "Filter example"-operator withcondition class = attribute_value_filterandparameter string = "question = %{loop_value}"
I hope some other people can use this process-info.
currant
Thank you so much, this post was a huge help, I'd be struggling with the same problem for a while now.