hoverinc / tableau-utilities

A module and CLI Utility for managing Tableau objects, locally, and in Tableau Online.
MIT License
4 stars 1 forks source link

start of layout class #86

Open jaybythebay opened 4 months ago

jaybythebay commented 4 months ago

Overview

By default a Tableau data extract is set to "Group By Datasource Table." When using the cli we can add a folder but then it's still not visible when you open the datasource in Tableau. This adds a show folders setting to enforce columns to make the display show folders.

image
   <layout _.fcp.SchemaViewerObjectModel.false...dim-percentage='0.5' _.fcp.SchemaViewerObjectModel.false...measure-percentage='0.4' dim-ordering='ordinal' measure-ordering='ordinal' show-structure='false' />

Changes

Testing

in progress

jaybythebay commented 3 months ago

@JustinGrilli I'm unsure of these things with this PR:

  1. How to apply the changes with layout
  2. If it matters that the layout tag has false... instead of true...
  3. How to deal with the dim-percentage and measure-percentage attributes since they look different than the other elements manipulated