cancel
Showing results for 
Search instead for 
Did you mean: 

Qusetion about Table View.

Former Member
0 Kudos

Hello!

The scroll buttons in table view can not show when run.

I set scroll buttons true,it can be seen when design .

Can anybody help me?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

get the table a signal like start or something else?

Are any data in the table?

Regards,

Marcel

Former Member
0 Kudos

Thank you Marcel Salein!

There are much data in the table, more than 5 thousands rows . I query, then the data show in the table. Can this function work really?

best regards!

csquare.

Former Member
0 Kudos

Hi csquare,

I don't understand your question. Didn't show the table all data? You can test the query with the BEx Analyzer and in VC you must also have e.g. 5231 rows if you have 5231 rows in BEx Analyzer.

You can try the paging options in the VC table, so that the table not display all data, but a part of it e.g. 200 rows per page.

Regards,

Marcel

Former Member
0 Kudos

Marcel Salein :

Thank you very much for answering my question!

I use jdbc to connect database,not use BEx Analyzer.

I can set page option in VC ,but it can not work. No matter how I set it, when run the table the scroll buttons always undispaly the page seeting.

Best Regards!

csquare.

matthew_ramsey2
Explorer
0 Kudos

I am having the same difficulty. I cannot get the paging functionality to enable for any table---there is always a scroll bar on the right-hand side of the table when there is more data then what can fit on the screen. I have right-clicked on the table and made sure the paging options are set correctly and in the task pane, the "Scroll Buttons" option is grayed out and says "Show".

Any ideas on how to get this to work?