Clickable Query Unit Results

31 Aug '14, 11:50 AM
2,556 Views
No Forum Badges

Hi everyone,

 

I'm using a query unit in order to get some data from the database.

The results are shown on a page as a list, but I would like to insert a link on each result row.

I've already tried to insert an interaction flow from the query unit, but it displays only a single link.

 

What I want:                                                    What I actually get:

result 1 - Link                                                    result 1

result 2 - Link                                                    result 2

result 3 - Link                                                    result 3 

                                                                          Link

 

Thanks,

 

Davide

 
x 0
Follow
Answer Answer at this question and get points!
Forum Hero - Level 9

Hi Davide,

You should be sure that in the normal flow send in the binding the attribute, not attribute (array) for example if you query output is name in the binding you have to send the name, not name (Array), this way you can send a link in each row.

 

   
x 2
No Forum Badges

Thank you! It worked!

 

Davide

 
x 0
Answer at this question and get points!