I am trying to generate individual PDF for each user id via Toad Data Report. To loop through the records, I use the loop activity. Here is how it is setup:
I have a bind variable in the SQL in the TDR file equal to user id from Loop_data_1. However, individual PDFs are created, but each PDF contains all records.
It should work if the SQL in Loop_data_1 returns the single column containing user IDs and the SQL in data report uses :BindVarName form of bind var referencing (notice the using of a colon).
To make sure there is no bug in here, reviewing your failed script might be of a great help.