Remove empty space from repeating table

R

Reetu

Hi All,

I have few records displayed in a Repeating table and I am hiding few rows
of that table based on some conditions. Assuming that I am hiding top 5 rows.
Due to this an empty space is displayed at the top and I am trying to find a
way to remove that empty space.

Any idea how to do it?

Regards,
-Reetu
 
K

K.Ramana Reddy(GGK Tech)

Hi,

Instead of hiding the rows, you need to filter the records based on
condition.
 
R

Reetu

Hi,

I am creating a dataconnection called "Columns Data Source" using the
following query "SELECT name,id FROM syscolumns"

I drag the "Columns Data Source" on the infopath form and select Repeating
Table.
When I right click on Repeating Table properties the Filter option is not
available and hence I am using the hide option.

If I drop the Repeating control directly on the form then I see Filter
option but not in the above case.

All I want to achieve is to display the columns from the Syscolumns table
and then apply some filter on the Repeating table to show few records.

Please let me know.

Regards,
-Reetu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top