cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Queries in a Web Template

Former Member
0 Kudos

Guys,

I have inserted 2 queries in a single web template.

Works fine. But there is no space between 2 reports.

Its difficult to figure out where the first one ends and second starts.

I have added web items in a table left couple of blank rows in between 2 Tables (web items). But no luck.

Any idea how do we add few spaces. so that 2 reports can be easily seperable?

Thanks

Kirk

Accepted Solutions (1)

Accepted Solutions (1)

edwin_harpino
Active Contributor
0 Kudos

hi Kirk,

yes, you can try add some white spaces on that rows.

<TR>

<TD vAlign=top>&nbsp; </TD>

</TR>

<TR>

<TD vAlign=top>&nbsp; </TD>

</TR>

hope this helps.

Former Member
0 Kudos

Thanks AHP,

Suprisingly when I inseted blank rows in the layout, it didnt work. But when I copied and pasted ur html code on html it worked. Funny it is.

Anyhow it sorted my problem and awarding u points.

Cheers

Kirk

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kirk,

Before dragging web items in the window, insert table with 3 or four columns.

Now drag Web item in first column and drag one more web item in the last column.

So that there are two empty columns which separates two data providers.

Please assign if it is solved.

Thanks,

SB Reddy

former_member188325
Active Contributor
0 Kudos

HI,

U can create a table and inlude Textelements,navigation block,...etc of first Query in the table...

thanks