Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. window.viz.getWorkbook().activateSheetAsync("Customer Price Level: " + dest).then((dashboard) ->
  2. tableau.setParameter('ViewType',
  3. API.route.viewType[$rootScope.dest] || API.route.viewType[$routeParams.type]);
  4. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement