I try to display a simple scatter chart with the API office.js.
For the same code and data, the scatter chart displayed is correct with excel desktop but incorrect with excel online.
On excel desktop:
On Excel online:
The data used are:
I reproduce this in the Script Lab tool and I have export a gist. The gist is available on: problemOnXYScatterChart.EXCEL.yaml
For testing,
1.click on "Create table" button (to create the table)
2.click on "Create an xy-scatter chart" button (to display the scatter chart)
Launch the snippet on Excel desktop and Excel online.
=> The chart displayed on Excel online is incorrect.
Thanks in advance for your help.
I can repro the issue the issue is one known issue we are checking. To workaround it, you can put the selection in one of the table cell by range.select() before inserting chart to unblock you first.
After exchanging in PM with Microsoft team, I got the following response:
"I can repro it, the trigger point is whether select the data range
before adding the chart. If selecting the data range before adding
chart, this issue will not repro. Other wise it will repro, when you
unselect the data range. This a known issue (5008488) that team is
working on now, the reason is that when you unselect the data range
and then add the chart, the row and column are wrongly switched for
Excel online. Team is working the issue, the code has been checked in,
it still need some time to deploy and roll out. We will let you know
you can verify the fix."
Related
I was wondering if it is possible to print/down large PDF large report from a dashboard that requires many pages with a company logo. I tried view and it is only what is on my screen and the specific sheets from this dashboard does not include the logo which I need.
Not big text tables like that :( Essentially Tableau is a dashboarding tool and what you have created is a massive spreadsheet - that you now want to turn into a PDF? (yikes!!)
I'd revisit your requirements. Is it easier to pull the data directly from the database as a CSV? and then do some formatting? A PDF will be a nightmare for any user.
Tableau has (in my own opinion) limited features about exporting data in different formats, and it is because it is not a reporting tool (like SAP BusinessObjects for example).
The best way to add a company logo is to add an "Image" block inside your dashboard with the logo. The following image shows how to add in Tableau Online, I can't understand if you're using Tableau Online or Tableau Server, you mention Tableau Web that does not exist :-) .
Now I think that your problem is if you want to repeat the logo on every single page that you export, is this your case?
I want to show an excel button that allows the users to download the results.
I want the users to download the table data shown in the workbook. The user should be able to download the filtered data.
For example if he selects regions as 'America', then in the excel sheet he must get only the data having 'America' as the region.
Please help me in achieving this!
The short answer is that you can't.
Unfortunately, there's not Excel download button like download PDF for the moment.
The long answer is about two workarounds that you can follow:
if you're using Tableau Server you can simply add .csv to your view's URL to make it downloadable in CSV. For example http://tableauservercompany/#/myview will become http://tableauservercompany/#/myview.csv. You can also apply filters as described in this tutorial.
another workaround is to include in your workbook a worksheet (not a dashboard) with the table you want to let users download to Excel. In this way users can go to Download and select Excel file.
Once your dashboard is complete, just drag the download component (lower left corner in Object section), and set it for cross-tab (default is PDF).
This feature will be available if your dashboard is published on Tableau Server/Online and it will download the current data depending of what users see when they click on the download button.
How to read data from excel sheets(sheet 1,sheet 2...etc) in Katalon Studio.
I am able reading the data from one sheet.But I am facing the difficulty with multiple sheets.
Without knowing exactly what the problem you face is, here are my first suggestions to check:
You do have to create different Test Data files for each sheet in your file that you want to use. Two Test Data files for the same spreadsheet file
In your new Test Data inside Katalon, just select your file and then you can select the different sheet. Sheet selection options
If you can't see a sheet in the drop down on your Test Data page (perhaps you just added it to the spreadsheet) refresh your project, or at the very least refresh the Test Data. (ctrl-F5 to refresh the entire project, highlight the Test Object and then right-click and select or hit F5 to refresh the Test Data)
Hope this helps.
You cannot switch excel sheets from Katalon, at least natively. Maybe with some custom programming.
I saved a Tableau workbook on Nov 2015. Now when I open it, none of the maps or graphs appear in any of the tabs.
However if I hover over the tab, it shows thumb-file of the graphic, i.e.
Please tell me how to repair this. Else it will take lot of resources to re-create tableau workbook again. Thanks!
Worksheet is already auto-updated
I am new to JasperReports and iReport and I am sturggling to get the most basic example up and running. I'm trying to read input from a .xls file and put it into a table using iReport. Eventually, I want to read from a database, and transform the data in a meaningful way but for now I just want to view what I am reading and I can't get that going. First, if I just drag and drop my Field into the template, $F{Account}, I would expect to see the list of values for that field name (as I do when I preview my "query"). However, if that is all I do and then preview, I see the first account number in my input xls, and then 50 pages of empty white space. Why would this be?
Next, if I create a basic table, I am getting an error
Error filling print... null
java.lang.NullPointerException at net.sf.jasperreports.components.table.util.TableUtil.isSortableAndFilterable(TableUtil.java:344) ...
Print not filled. Try to use an EmptyDataSource...
Any help is greatly appreciated! Also, I should note, I did download JasperReports but I'm wondering if I need to somehow connect iReport to those classes. I saw a way to do it in the Netbeans plugin but I'm just trying to use the iReport GUI
The table component is great. But it's harder to use than it should be. Take a look at this Table Component tutorial to learn how to use it.
For the first part of your question you don't give enough information for anyone to know. My guess is that you put the field into the Title band rather than the Detail band.