custom-portal-sample
custom-portal-sample copied to clipboard
load_viz url incorrect?
I get errors when trying to load the TrackAudioFeatures view with the url constructed in viewWorkbook.js:39, where it is constructed as follows
`http:${baseUrl}/t/PerformingArts/views/${view.url}`;
with /t/PerformingArts. I had to change that line to say the following to get it to show the view
let url = `https:${baseUrl}/views/${view.url}`;
Have I misunderstood the tutorial, or tagged my work differently than was intended (I used the tag kdk instead of PerformingArts)? I'm on Tableau Server 2018.1.