cancel
Showing results for 
Search instead for 
Did you mean: 

BLS: Using a repeater on an SVG

Former Member
0 Kudos

I have an SQL Query that always contains 9 records. One for every line in this dept I am working on. I want to use a repeater on this query so it creates an SVG image for every line. The problem I am seeing is I need to get to the RowSet/RowSet/Row/Data of the Repeater and it only allows me to click on the Output and there is no RowSet/RowSet/Row/Data. What needs to be placed in between the Repeater and the SVG transaction in order to make this work? Or am I not doing this correctly?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Open the action block for the SQL Query and go to Configure. Close the dialog box and it will ask you to Generate Sample Data - Yes or No or Limit Row Count. Click Yes. Assuming you are not passing any parameters to the query, you should then get the missing "stub" you are looking for. If you are passing parameters to the Query, then in the Query Editor, enter a parameter so the query returns a result and do the same as mentioned above in Xacute to get the missing stub.

Answers (0)