Can I create a movie from imported data in Mathematica? - wolfram-mathematica

Is it possible to create a movie file from imported table of data?
I have an imported data in matrix form, from which I can create a ListPlot picture, choosing from imported matrix specific row that I want to see. Can I create a moving picture, showing rows from imported matrix step by step?

This page seems a good idea to start http://blog.wolfram.com/2011/07/15/mathematica-qa-creating-movie-files/. The topic in Mathematicadocumentation is "Import and Export Animations" and "Data Loading and Computation" in the Reference. Both books Applied Mathematica: Getting Started, Getting It Done by W. Shaw and Mathematica in Action by Stan Wagon show examples visible on the net to reproduce and customize.

Related

Why are the values showing up as column headers when I try to create a text table in Tableau?

I am trying to create a text table in Tableau and I want to replicate this below:
However for some reason when I have the player names as rows and distance as columns, the values are showing up as the column header (see below)
Any suggestions?
Thanks
The method you have shown in your question won't work because this is not how Tableau works.
Tableau will automatically aggregate data based on the Dimensions you add to your sheet.
If you want to have a table where the distance is listed for each player, just add the following two dimensions into the Rows, in this order:
Player Name, Distance
You will still get a third column saying Abc, but this is because of how Tableau works. You can set this Abc to become shapes if it helps make your table more user friendly.

Reference Cell in Power Query

I was looking for preparing a stock chart file. In this file, I want to have an ability to retrieve stock price when I change code. (for example from AMZN to GOOG) after doing so it should change the price. For this, I am using power query function where I have pulled historical data also. I have the excel sheet ready but problem is that I need to manually change code by going into Advance editor mode in power query. I thought to reference Cell A1 in sheet so I just need to change the code in A1 cell and it refresh the price. Is it possible? Please help me. I am using excel 2016.
Thanks,
Sharmil
Certainly,you should convert cell A1 to table(press Ctrl+T),and use= Excel.CurrentWorkbook(){[Name="YourTableName"]}[Content] to reference A1.

BIRT generate dynamic reports

I created a report in birt, where I would like to click on one of the data points in the report. Then it should link to a new dynamically generated report, that shows the data from the date where I clicked on the last report.
I got a little .gif for you, to demonstrate what I've already done.
HERE
I did this by creating two reports. The first one being the graph with the two lines which represent random test data. When I press on one of the rectangles from the graph, a hyperlink gets called, which sends me to the second report. This was done by adding a mouse click interaction on the Y values with a drill-through that directs you to another report.
Here is my problem: I want the 2nd report to dynamically adapt according to the date which I selected on the first report. Like seen in the example .gif. Select 31.07.2017 -> show detail from that date.
I don’t want to create a new report for every single date and manually link every single one of them to the correct date. This would be tedious and with updating, new data every day it would also be impossible to maintain.
So how do I do this?
Alright, I made it work with data set parameters and report parameters.
Details for the answer can be found HERE
All I had t do is define a paramater and pass the values from my report 1 to my report 2 via the parameter and its working!

Google Sheets Formula assistance

first time poster here.
I think this is the first time I've not managed to find what I'm looking for via the search.
I have recently started a project to increase my understanding of Excel/Google Sheets. This project is something I will be doing in my own time with no financial gain.
I am however having some difficulty with my formulas. What I'm looking for is a nudge in the right direction or maybe an example from someone more experienced than me. I have linked a Google Sheets document below for anyone interested in helping me with my formulas.
https://docs.google.com/spreadsheets/d/1mY13e-75dBYfKgkjV8dFFFEvxC838nGNxPrUdusc0PA/edit?usp=sharing
Anyone using the above link has comment capability.
As you can see my formula in the "results" cells will search my "Dishwasher data" sheet and pull all the relevant data through to the correct cell. While this was completely intended (took me ages), I would like to add a second alternative criteria to my search.
While I want to be able to search by "product code" I also want the ability to search by "Model number", as an alternative means of searching and pulling the data through. I have tried a few different things like using IFERROR instead of ISERROR etc. I just cant seem to figure it out.
Part 2:
The second stage of my project was to have a more advanced search tool. You will see the "tools" under "list searches".
Example 1, I want to be able to search and display a list of all models under or equal to "X dB", the list should be displayed under D13,J13 and below.
The more complex of the two "advanced" searches would be the decor panel height. Displaying all models where the "customer decor panel height" is between the max and min the appliance can support. So a <=Max >=Min formula, but I still have no idea how to form a list with all "viable" options.
I'm assuming some sort of FILTER can be used possibly?
Again this ties in with my first formulaic issue, I do not understand how to have optional or alternative criteria in a formula that can both be displayed in the same cell range.
Any help on this would be much appreciated!
Thank you for your time!
I left some comments on your sheet regarding using list of items rather than typing in values.
I've made a copy of your sheet and can lookup things via model number or product code.
I used this in the product code lookup
=If(A4>0,vlookup(A4,'Dishwasher Data'!B:I,1,False),vlookup(A7,'Dishwasher Data'!A:I,2,FALSE))
This looks at cell A4, if it has data, it looks it up, if there is no data in A4, it will lookup A7 instead (Model number)
This formula can be repeated in the sheet and adjusted.
For the filter on the noise level.
Put this somewhere and enter a noise level.
=FILTER('Dishwasher Data'!A:A,'Dishwasher Data'!H:H <=A11)
At the moment it's only returning the Model number.
If you wanted the whole table, change 'Dishwasher Data'!A:A to 'Dishwasher Data'!A:I
Here is my demo sheet.
My demo sheet

Report Builder 3.0 Exporting to Excel

I have created a layout that works just fine. However, when I export it to Excel, the data starts in column C. Another person in our department has created a different layout. When they export their reports to Excel, the data starts in column B. I've looked at both layouts and don't see any difference.
I would like to get my reports to display data in column B as well so we are consistent.
Any suggestions would be appreciated. Thanks for your help.....
Probably the answer is that the table in your report does not start at exactly the 0,0 position. Select it and in the Properties panel on the right hand side scroll down to Position, make sure location says "0cm, 0cm".

Resources