API results spreadsheet no longer contains weights - google-surveys

I have a weekly survey running since June 2017.
If I download a weeks data as an Excel spreadsheet from the web interface, it has always contained a Weight column with the respondent weight.
However, for my surveys since the end of June, if I download the weekly survey with the API, the downloaded spreadsheet contains a Weight column, but it is empty. The early surveys conducted in June download with weights using either the web site or API.
Survey id 7y5cdnpprsjn4ie4tmlmwkvyne (publicly readable) is an example.
The problem here of course is that the data downloaded by the API are unusable without the weights.

Related

Is there a way to access raw data stored in Youtrack?

In Youtrack reports, you can view the issues by two fields using creation date as y-axis and any other field as x-axis. But when you do that like in this graph you view number of issues that are currently in the state stated in x-axis. For example, if the x-axis is the state, then you will see the current states of the issues that are created in the date intervals of the y-axis. But I also want to see the number of issues in each state in a chronological way. I want to see the states (or some other field) of the issues in May 21, 2021 (not their current states but their states in May 21).
I know that Youtrack keeps the state changes and their dates and many other data like that because in different reports, I can see that the Youtrack uses past data but usually there is no way to download the data of those reports.
I want to access all those raw data. My plan is to create some reports that are not available in Youtrack Reports, using R or Python. Is there a way to access those raw data, or a guideline to access them?
The way to access raw data in YouTrack is through the REST API. For example, you can get the issue's activity data to retrieve the history of changes applied to the issue. This way you can identify how things have changed chronologically.
I can see that the Youtrack uses past data but usually there is no way to download the data of those reports.
Report's data can be accessed via API as well. The report's API endpoint is api/reports, however, it's not documented as it may be subject to change. In this case, we can't guarantee backward compatibility. If you are fine with it, you can still use it. To see the exact request, check the network requests in the browser when loading a report.

finding list of stocks that IPOd since 2010

I am wondering if anyone knows how I can get list of stocks that IPO since 2010. Any suggestions which data source I can use.
Thanks,
DSG
I couldn't find any sources for free. However, I did stumble across this on good old Wikipedia.
It's not a comprehensive list and it has survivorship bias.
https://en.wikipedia.org/wiki/Category:2011_initial_public_offerings
Here are some public sources for IPO data. The data quality varies, especially as you go further back in history, so it's a good idea to check multiple sources:
IPOScoop - contains data from 2000 to present - click the download excel spreadsheet link
Nasdaq Market Activity - contains data from 1996 to present of Nasdaq and non-Nasdaq IPOs
Yahoo Finance - contains data from 1996 to present

Dynamically generate and populate Powerpoint from database values

Here in a product manager capacity.
Our goal is to generate a powerpoint presentation that populates a pre-defined template using specific values in our database (Amazon RDS)
The values will be photos and text data.
Ideal flow would be:
End user generates some data/photo output from other flows in our web application. All data will be in our database.
The user clicks 'Generate Powerpoint'
The application dynamically generates and populates the Powerpoint template with these values.
The end user will be sales people, and with the greatest of respect, not super technical or willing to mess around with configuring.
We have been investigating some node.js solutions to generate PDF of the above, early prototypes are fine....but the beauty of PowerPoint is the sales people will then be able to make any minor edits one the document is generated.
What would be great to confirm with this community:
1) Is the above broadly possible?
2) Any existing components we could buy/license to speed up development?
3) Any technical/non-technical suggestions?
Thanks

Microsoft office store acquisitions graph not updated

In the microsoft office store partner center the "Analyze -> Acquisitions" graph for my outlook add-in is not updated for the last 10 days. It looks like it correlates with the day where I uploaded a new version of the add-in which was rejected by the seller dashboard team. But the old version is still available in the office store, so I would expect to see acquisitions for the add-in.
The add-in is named Plandisc, and I have been running e-mail marketing campaigns this week, so I would expect some acquisitions, and not zero as the graph shows.
Metrics run on a standard SLA of 4 days behind the current date.
Any issues with individual metrics should be reported to Support Team via the App Analytics and Commerece option

Merging Access Reports

I have a report in Access which currently provides all details of a particular record(say a student). So every time the user wants the consolidated data of a particular student then the application just generates a report of that student in print preview format. Its a very large report containing almost all student related data.
Now I need to have one pdf that combines reports of all the students and displays them in one single pdf i.e all the pdf's that are generated by the above method now just need to me merged into one big pdf.
Do I need to create a completely new report or Can the same be done using some other method?