Votes
Answers
Views
Question
1
vote
1
answer
4677
views
Hello! I am relatively new to Tableau so forgive me if this is a stupid question. I have a stacked bar chart where I am trying to zoom in to be able to compare bar lengths a little bit easier...when I hold down the control key and use my scroll wheel, like I do in other applications to zoom in or ou...
0
votes
1
answer
241
views
When I am working with a dual axis chart and I right click on the second axis and uncheck "Show header" how do I turn it back on? I am unable to right click anywhere in the are where the axis was before and need to know how to turn this back on. Thanks!
4
votes
1
answer
632
views
Tags:
I am trying to change a field in the format 'yyyy-mm-dd hh:mm:ss' from a DateTime datatype to a Date datatype 'yyy-mm-dd'. I am accomplishing this in the Formula tool with Left([DateTimeField], 10) but I am unable to change the data type in the formula tool and the output still has the full DateTime...
1
vote
1
answer
262
views
asked 5 years ago by Alteryx Training
updated 5 years ago by Charles Coleman
Category:
Data Analytics
I installed a new version of Alteryx, and now I'm missing a bunch of my Parse, In-Database, Reporting, Documentation, Interface, and Data Investigation tools! Do I need to go out to the Alteryx Gallery and download them for some reason? How do I get these back?
0
votes
1
answer
171
views
Hi, How do I quickly change multiple fields at once in Tableau? Thanks.
0
votes
1
answer
10153
views
I'm dumping a rather complicated dictionary to json, and something about the format is causing an error, "circular reference detected." I can't post the code but the basic format is {a[a1: a1,v: [ v1: v1,v2: v2 ] f: [ f1: f1, f2: f2 ]]} filled in from variables through the code and pulling from an A...
0
votes
1
answer
254
views
Hi, I have an Excel spreadsheet on my shared drive, and when I connect to the data and publish, I am unable to update my workbook with the new data. Thanks, Rob
0
votes
1
answer
762
views
How can I show multiple periods (WTD, MTD, QTD, YTD, and LYTD) across my columns in one row like Microsoft excel?
4
votes
1
answer
247
views
Tags:
I am trying to automate a process that reads in several xlsx workbooks. The sheet names on these workbooks change periodically so I cannot hard code the sheet names. Is there a way to get the sheet name for each of these files? Thanks.