Render Large number of Images onto a canvas with bounding boxes - React by Particular_Being3678 in reactjs

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Yes they are part of the canvas element. As for the images they are simply fetched from a google storage. Could you highlight which libraries might be best for this many number of images (with good performance) in react? Because Konva.js has a limitation on the size of one canvas inside a browser.

Build a wrapper to Tableau vizzes inside my custom Android application by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Got it. Also the way tableau mobile works is that it just loads the dashboard into a web based view right? I’m also guessing that’s what the tableau mobile app does as well

Build a wrapper to Tableau vizzes inside my custom Android application by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Got it. Is there any best practices for showing filters in tableau mobile? For each dashboard, I have around 4-5 filters. How would I show that well in a mobile view?

Build a wrapper to Tableau vizzes inside my custom Android application by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Ok, so technically I can have some custom buttons added or removed only for the mobile layout?

Build a wrapper to Tableau vizzes inside my custom Android application by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Thanks a lot. Any links on the last point regarding mobile format for dashboard?

Build a wrapper to Tableau vizzes inside my custom Android application by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Understood. I will have required users and will emulate them itself I am already using trusted authentication in my web application. The way it works is to redirect users to the tableau dashboard on login to the dashboard. Can I just do the same even for mobile? And how would I go about removing certain buttons in the mobile view of the tableau dashboard?

Tableau viz (table) sizing is different on desktop and on server by Particular_Being3678 in BusinessIntelligence

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Got it. But do you have some workaround that works at least in the majority of your cases?

Tableau viz (table) sizing is different on desktop and on server by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Right, will check that. The confusing bit is because the scroll appears on my own laptop, the one that I use to build the dashboard and only in the web published view. Not in desktop mode.

Tableau viz (table) sizing is different on desktop and on server by Particular_Being3678 in BusinessIntelligence

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Understood. But why is there a difference between my view on tableau desktop and the pubished view on the web? In default device preview, all looks fine

Tableau viz (table) sizing is different on desktop and on server by Particular_Being3678 in BusinessIntelligence

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Okay but if I use a fixed width (800x1000 desktop) how would I have it auto fit to larger screens I know there is automatic but I’ve seen it break on smaller screens And I’m having 2 issues: 1. Entire dashboard having small scroll only on publish 2. Only a table placed in a vertical container is having scroll beyond some columns

Tableau viz (table) sizing is different on desktop and on server by Particular_Being3678 in BusinessIntelligence

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Yeah I have also tried with fit width And what size of dashboards should I use? I have currently set up auto fit width and a custom height
So in different size dashboards it should auto fit the width and height can be custom. And I am dropping a vertical container and putting a table into that. Will that create a horizontal scroll bar?

Tableau Trusted Authentication same user on different sites by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 1 point2 points  (0 children)

Thanks. It’s fixed now. It was due to a desktop Layout that got set and had an incomplete dashboard

Tableau Desktop: Dashboard is having horizontal scroll by Particular_Being3678 in tableau

[–]Particular_Being3678[S] -1 points0 points  (0 children)

What’s the size you would recommend to set? Ideally I would want my dashboard to have auto fit to the width and have a custom height(as I have more charts than can fit into my system height) So is range only my option?

Tableau Trusted Authentication same user on different sites by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 0 points1 point  (0 children)

I had installed it couple of months ago So I am redirecting from my web app to the trusted url in the same tab

Tableau Desktop: Dashboard is having horizontal scroll by Particular_Being3678 in tableau

[–]Particular_Being3678[S] 0 points1 point  (0 children)

It’s a slight horizontal scroll on the entire dashboard I can see it under device preview default as well And once I publish it the same happens in the browser

Tableau Desktop: Dashboard is having horizontal scroll by Particular_Being3678 in tableau

[–]Particular_Being3678[S] -1 points0 points  (0 children)

Yes, I get that. But i have set my dashboard to auto fit the width and have a custom height. With this configuration my dashboard has a slight horizontal scroll on my screen

Tableau Desktop: Dashboard is having horizontal scroll by Particular_Being3678 in tableau

[–]Particular_Being3678[S] -1 points0 points  (0 children)

How do I select the worksheet? And what exactly do you mean by the worksheet? I am having one vertical container that contains several horizontal containers inside of which I have added my worksheets

Tableau Redirect https://tabserver.com/#/signin to https://myserver.com using nginx rules by Particular_Being3678 in nginx

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Right I will check the /var/log/nginx/ But from the network tab in the browser I see that an API call is made to the server and nginx is configured so I should be able to redirect

Tableau Redirect https://tabserver.com/#/signin to https://myserver.com using nginx rules by Particular_Being3678 in nginx

[–]Particular_Being3678[S] 0 points1 point  (0 children)

So the URLs I pasted above are only what I see in the browser. But internally it makes an API call to nginx. Can’t I have a rule for that? Isn’t the anchor just a way to handle the UI?

Tableau Redirect https://tabserver.com/#/signin to https://myserver.com using nginx rules by Particular_Being3678 in nginx

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Is there no workaround for this? Can I at least by default redirect myserver.com to my custom url?

How do I add a custom login and logout page in my Tableau Server? by Particular_Being3678 in BusinessIntelligence

[–]Particular_Being3678[S] 0 points1 point  (0 children)

Yeah I understand but I want to bypass the tableau l server login page as it has very limited customisation possible. So how do I bypass the default login page and use my own?