Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ricardodeano
Contributor II
Contributor II

Responsive horizontal scroll bar hides text

Good morning

I have a small issue with the default table visualisation. When the screen is responsive and the width becomes too small, the horizontal scroll bar is produced. However, this starts to cover the text which our client isn't keen on:

Capture.PNG

Is there a way to add padding / margin around this scroll bar so as to sit nicely below the text? If that wasn't possible, can you add a 'blank' entry to the dimension using the field expression? My thinking there would be that the table visualisation would think another row would be present and push the scroll bar down a bit.

Any thoughts? 

Labels (2)
6 Replies
jobsonkjoseph
Creator III
Creator III

Hi Ricardo, If i'm not wrong responsive features vary on devices with respective screen sizes.
Anil_Babu_Samineni

We can't handle with native using Padding. So, There is no option.
Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
ricardodeano
Contributor II
Contributor II
Author

Hi @jobsonkjoseph - ok thanks for letting me know, most appreciated.

ricardodeano
Contributor II
Contributor II
Author

Thanks for letting me know @Anil_Babu_Samineni

 

Is it possibly to add a 'dummy' entry via the field expression ie. to effectively  create a blank record / line?

Anil_Babu_Samineni

Yes, That is possible. Please share sample
Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
ricardodeano
Contributor II
Contributor II
Author

Hello

So my current Field Expression is as follows:

=If(Not Match(Section,'Submit'), Section)

Nothing exciting, just excluding a 'Submit' from the section data.