How to fill in gaps in a chart with datasets from different time stamps - anychart

How to fill in gaps in a chart with datasets from different time stamps?
Follow the link script and screen diagram.
https://mega.nz/folder/XoBlQYTJ#vZ7-UeDOojIg8HXGBenkBA
Thanks you!

To avoid missings you can enable connectMissingPoints() settings for every series. For details, check the modified sample.
You can learn more about this setting in the API reference.

Related

Google Sheets combining REDUCE & FILTER to compare and extract data from one spreadsheet to another

I have been struggling with a problem for a few weeks now and after trying to solve it myself I come cap in hand for help.
I have tried to use QUERY and ARRAYFORMULA and quite a few other formulas, but I can't crack it.
I have 3 workbooks that need to work together.
Product Catalogue - holds a list of each product type and the components that go into it (like a recipe).
Schedule - This sheet contains tabs for each product and then in each tab is a list of specific iterations of the product.
Components Required - This sheet contains tabs for each component that we require. In each tab cell A1 contains the component number and each tab is named the same as the component number.
What I need to do is compare the Product Catalogue to the Schedule and populate the Components Required sheet tabs with the specific iterations from the schedule.
The data I am working with has many products and over 400 components and over 400 product iterations and the data is confidential.
So I have built some dummy sheets to replicate my challenge. Links above.
My solution has been focused on adding a formula to cell A3 of each Components Required tab, which looks at the component number (cell A1) and searches for this component number in the Product Catalogue. In most cases, it will find the component listed several times against several Products. Once it has found all the Products, it needs to look up those products in the Schedule and then import the full list of specific iterations from each of the products into row A of that Components Required tab.
In the Components Required sheet the first tab is an example of how I would like the data to look once imported, it has been manually copy/pasted by me to demonstrate the outcome.
Any help that anyone can offer would be gratefully recieved.
Thanks
Tim
I have realised that I was asking too much with my question.
However, I have worked hard on it and have come up with a solution, which may help others in the future.
I welcome feedback on the formula and also my method of answering my own question.
=REDUCE("Product Code",
FILTER(importrange("1J_8v2biODyIwsV9f2F6gLnK0N-bR4Fsokrmd88PfxMg/edit#gid=0","Product Catalogue!$A$2:$A"),importrange("1J_8v2biODyIwsV9f2F6gLnK0N-bR4Fsokrmd88PfxMg/edit#gid=0","Product Catalogue!$B$2:$B") = INDIRECT("A1")),
LAMBDA(a,c, {a;importrange("1gvOZ_GuZx6HOLHQ7WwyIlFHrAihoNXz2ysZkublh7Fs/edit#gid=1198217965",c&"!A2:A"&COUNTA(importrange("1gvOZ_GuZx6HOLHQ7WwyIlFHrAihoNXz2ysZkublh7Fs/edit#gid=1198217965",c&"!A1:A")))}))
The resulting formula can be seen inside the Components required spreadsheet in sheet C0001 cell A2
Thanks for the help I have received from everyone on the forum

How can I make a photograph database that displays the results of a query as some kind of image gallery?

I am taking a database design class and for a project want to make a database of my mom's digital photos for her. I haven't dealt in application up to this point, only theory, but I have Access. Therefore, ideal answers don't suggest non-database solutions and don't assume I know much about actual database implementation. Solutions specific to Access could also be a plus. I hope that precursor saves some time and effort.
Theoretically, my mom wants to see all photos of pets from '05-'07 in raw format, and she enters an appropriate query. I suspect I can handle it up to there. However, at the moment, the best I can figure out to do is to return a column of either attachments or OLE objects. 5 clicks per photo is not ideal. I need a faster way to present the images. Opening them all in a grid of thumbnails or as a one-click-slide-show would seem the natural fit, but whatever works. How can I accomplish this?
Less important but worth consideration is the fact that, at some point, it would be great if this same type of system could be implemented on the internet for all of the family reunion photos she has taken, but I will take what I can get.
Use one form to get parameters for the query. then use another form(more processing) or report(if printing) to show the selected pictures. I will not cover passing parameters but here are some links.
https://www.fmsinc.com/microsoftaccess/forms/openargs/index.htm
https://learn.microsoft.com/en-us/office/vba/access/concepts/forms-design/apply-a-filter-when-opening-a-form-or-report
There is a complication, in Access pictures are usually stored in the attachment type. the attachment column can hold many pictures in each record. So if we have a table called Pictures with an attachment type column also called Pictures, then each individual picture is actually stored under Pictures.Pictures.FileData.
So to display the picture query we use a form/report with default view set to Continuous Forms (displays many records or in this case pictures on the same page) then in the details section of our Display form we place an attachment control and bind that control to our filtered Pictures.FileData.
Format and add functionality to taste.

Pop up window with data from another spreadsheet

I'm trying to build a master spreadsheet in Google Sheets to call up data (not import data, just make a quick view in a popup window) for individuals from other spreadsheets. E.g. my master sheet has a column for therapists, a column for certifications, a column for periodic reviews, etc. All of these columns correspond to other sheets within the project that list out the certifications for each individual therapist, the periodic reviews for each individual therapist, etc.
I want to be able to click in the cell where "Mary" intersects with "Certifications" and see a small popup window that shows me Mary's record in the Certifications page.
I tried a couple of functions pasted from other pages (it's been a long time since I've coded), but none worked. This seems like a simple database-like call, so I hope the solution is also simple. I appreciate any help offered. (My clinic doesn't have an in-house IT person, so I'm trying to help where I can.)

How to change slider range on chart load

I am working on anychart investment portfolio dashboard
anychart investment portfolio dashboard .
How i can minimize date range of slider for one month only(on chart load) and it should be resizable.
Use selectRange method:
You can specify given dates: http://playground.anychart.com/api/7.12.0/charts/anychart.charts.Stock.selectRange-plain
Specify some interval from the start or end using anchors:
http://playground.anychart.com/api/7.12.0/charts/anychart.charts.Stock.selectRange_set_asUnit-plain
Or use preset range types:
http://playground.anychart.com/api/7.12.0/charts/anychart.charts.Stock.selectRange_set_as_Type-plain
Easy sample showing this for "one month only":
chart.selectRange("MTD");
Is here: http://jsfiddle.net/97kc1jpw/
As for sample itself, we decided it is a good idea to upgrade it, use the latest version and add the option you describe right in it, along with a new nice range selector, please pull the latest changes from https://github.com/anychart-solutions/investment-portfolio-dashboard
You are interested in this particular line: Line 313 in dashboard.js

Tableau: Marking Cities and Towns on a Map

I have made a map with Tableau that shades based on the number of customers we have by county. I am trying to add labels of towns/cities in the area.
I tried going to map options --> Place names but there are two problems with this. First the places appear under the shading, secondly many places (some of the towns aren't big enough to be included on a standard list) are not included on the map.
I tried overlaying a custom list of city locations on top of the counties; but it seems to only load one or the other.
You have several options:
Go to Map Layers > Washout - modify it to see whether it improves the effect
Go to Marks > Color > Transparency and modify it.
Load a custom list with city names and their location.
Use the county variable as Label.
One of these should work.
Also, Tableau's place names are not complete so there will be gaps for smaller cities/towns. However, they will appear when you zoom in.
Tableau 10 should have improved mapping options so maybe that will solve your problem.

Resources