Fixed
Status Update
Comments
ra...@gmail.com <ra...@gmail.com> #2
This is a good idea and definitely worth investigating.
I think there's something to be said about what scope these coroutines would run in, but it should be possible to pass it back from adapter internally.
al...@gmail.com <al...@gmail.com> #3
Thanks for the suggestion!
ph...@amlawsolicitors.co.uk <ph...@amlawsolicitors.co.uk> #4
I was thinking of something more upstream. I may be wrong, because I'm just getting started with this new library
Using the scope of the adapter in case of a configuration change would cancel the coroutine, and the cachedIn operator wouldn't cache the mapped value, and some operations would have to be done multiple times.
Maybe using the scope on the producing side of the PageEvents, like in PageFetcher, could be an option.
Using the scope of the adapter in case of a configuration change would cancel the coroutine, and the cachedIn operator wouldn't cache the mapped value, and some operations would have to be done multiple times.
Maybe using the scope on the producing side of the PageEvents, like in PageFetcher, could be an option.
sm...@gmail.com <sm...@gmail.com> #5
Project: platform/frameworks/support
Branch: androidx-master-dev
commit debb2cb10010710d92c0da93b7ea6870fbc4d834
Author: Dustin Lam <dustinlam@google.com>
Date: Fri Jun 26 19:45:32 2020
Add suspend version of transform functions
RelNote: "Made existing PagingData operators accept suspending methods
and introduced new mapSync, flatMapSync, and filterSync non-suspending
operators for Java users. The existing transformation methods have been
moved to extension functions so Kotlin users will need to import them."
Fixes: 159983232
Test: ./gradlew paging:paging-common:test
Change-Id: I342390a7b1eb98ac87072998744a9e46c99a1000
M paging/common/api/3.0.0-alpha03.txt
M paging/common/api/current.txt
M paging/common/api/public_plus_experimental_3.0.0-alpha03.txt
M paging/common/api/public_plus_experimental_current.txt
M paging/common/api/restricted_3.0.0-alpha03.txt
M paging/common/api/restricted_current.txt
M paging/common/src/main/kotlin/androidx/paging/PageEvent.kt
M paging/common/src/main/kotlin/androidx/paging/PagingData.kt
M paging/common/src/main/kotlin/androidx/paging/Separators.kt
M paging/common/src/test/kotlin/androidx/paging/PageEventTest.kt
M paging/common/src/test/kotlin/androidx/paging/SeparatorsTest.kt
M paging/integration-tests/testapp/src/main/java/androidx/paging/integration/testapp/v3/V3Activity.kt
M paging/samples/src/main/java/androidx/paging/samples/CachedInSample.kt
M paging/samples/src/main/java/androidx/paging/samples/InsertSeparatorsUiModelSample.kt
M paging/samples/src/main/java/androidx/paging/samples/java/InsertSeparatorsJavaUiModelSample.java
https://android-review.googlesource.com/1350688
Branch: androidx-master-dev
commit debb2cb10010710d92c0da93b7ea6870fbc4d834
Author: Dustin Lam <dustinlam@google.com>
Date: Fri Jun 26 19:45:32 2020
Add suspend version of transform functions
RelNote: "Made existing PagingData operators accept suspending methods
and introduced new mapSync, flatMapSync, and filterSync non-suspending
operators for Java users. The existing transformation methods have been
moved to extension functions so Kotlin users will need to import them."
Fixes: 159983232
Test: ./gradlew paging:paging-common:test
Change-Id: I342390a7b1eb98ac87072998744a9e46c99a1000
M paging/common/api/3.0.0-alpha03.txt
M paging/common/api/current.txt
M paging/common/api/public_plus_experimental_3.0.0-alpha03.txt
M paging/common/api/public_plus_experimental_current.txt
M paging/common/api/restricted_3.0.0-alpha03.txt
M paging/common/api/restricted_current.txt
M paging/common/src/main/kotlin/androidx/paging/PageEvent.kt
M paging/common/src/main/kotlin/androidx/paging/PagingData.kt
M paging/common/src/main/kotlin/androidx/paging/Separators.kt
M paging/common/src/test/kotlin/androidx/paging/PageEventTest.kt
M paging/common/src/test/kotlin/androidx/paging/SeparatorsTest.kt
M paging/integration-tests/testapp/src/main/java/androidx/paging/integration/testapp/v3/V3Activity.kt
M paging/samples/src/main/java/androidx/paging/samples/CachedInSample.kt
M paging/samples/src/main/java/androidx/paging/samples/InsertSeparatorsUiModelSample.kt
M paging/samples/src/main/java/androidx/paging/samples/java/InsertSeparatorsJavaUiModelSample.java
ch...@wellmark.com <ch...@wellmark.com> #6
Also the ability to schedule automatic emails like GA dashboard functionality.
[Deleted User] <[Deleted User]> #7
Yeah, a scheduled report will be a great feature - it's always a challenge to disseminate the essence of the report to people who don't want to log in and view? Like executives...
Perhaps just be able to export a sheet into a PDF or web link?
Perhaps just be able to export a sheet into a PDF or web link?
jc...@gmail.com <jc...@gmail.com> #8
I get that a dashboard is a living breathing thing. Executives and account managers do not. We need printing and scheduled emailing of reports to make this work for us. Downloading a separate extension won't do.
ph...@amlawsolicitors.co.uk <ph...@amlawsolicitors.co.uk> #9
I admit that the chrome pdf extension is good, but it takes to long to go into a report and then export it. If we could set a schedule for the report to be exported and sent via email this would save so much time. You could add this function to the extension.
fe...@gmail.com <fe...@gmail.com> #10
email schedule function is needed for sure. Like a calendar setting here.
ha...@itbhu.ac.in <ha...@itbhu.ac.in> #11
Features like:
1. Export as Pdf.
2. Email to all contributors.
3. Connections to PostgreSQL needs to be looked into urgently.
This can be a really good tool but Google needs to pay more attention to it.
1. Export as Pdf.
2. Email to all contributors.
3. Connections to PostgreSQL needs to be looked into urgently.
This can be a really good tool but Google needs to pay more attention to it.
at...@ncsu.edu <at...@ncsu.edu> #12
Just wanted to note that the PDFs should preferably be optimized for print. It's old school but there are still a lot of people who would like to see a nice-looking, printable PDF report on a regular basis.
in...@r365.nl <in...@r365.nl> #13
Make it an auto-export function. So you can schedule all your reports the first off the month to share all the results to the board en different owners.
ve...@traffic4u.nl <ve...@traffic4u.nl> #14
This would be so much help and effective function!! Please Google, fix:)
mo...@gmail.com <mo...@gmail.com> #15
This would be a great function.
Another function that would be interessting: A download link above all tables where the user can download the raw csv Data
Another function that would be interessting: A download link above all tables where the user can download the raw csv Data
av...@gmail.com <av...@gmail.com> #16
if you right click on the charts you can already download raw CSV data.
at...@ncsu.edu <at...@ncsu.edu> #17
#16, You can also download CSV data directly from Analytics without using Data Studio. The purpose of this function request is that there is a business need that users want Data Studio to meet, wherein you could use Data Studio to create good-looking custom reports which can be exported for printing out to bring to meetings, or for regularly sending to clients/directors/executives who want something to give them a high-level idea of the performance of web assets.
[Deleted User] <[Deleted User]> #18
This is clearly the number one feature requested. Hey, Google! Hear us, oh mighty one!
Being able to export in PDF would be PERFECT! Pretty please?
Being able to export in PDF would be PERFECT! Pretty please?
[Deleted User] <[Deleted User]> #19
Scheduled reports, export to PDF, and embedding are no brainers. Biggest omission I've noticed.
ha...@gmail.com <ha...@gmail.com> #20
please, please apply this function to datastudio.
[Deleted User] <[Deleted User]> #21
This would be such an important feature.
[Deleted User] <[Deleted User]> #22
I don't think Google will include the export functionality anytime soon. It seems they're trying to make the point that it's all about presenting data in real-time. I work in advertising and I tell you this, my clients love coming in to discuss results now. I managed to turn boring meetings into workshops, without the usual paper waste from reports that won't even serve as toilet paper. I was forced to adapt, and by doing that I achieved differentiation.
[Deleted User] <[Deleted User]> #24
This feature would be a deal breaker for some of our clients
an...@zogmedia.com <an...@zogmedia.com> #25
Please give us an export feature
[Deleted User] <[Deleted User]> #26
This is a major requirement - no question. Any functionality that facilitates sharing of data and democratisation of insights is a win.
ve...@traffic4u.nl <ve...@traffic4u.nl> #27
Is there an update from Google?
ed...@cripto.com.mx <ed...@cripto.com.mx> #28
Export as PDF and google slides format, If you can not with dynamic data at least as images to be able to make a more comfortable presentation, or create a module to present the report since it is uncomfortable to be traveling the scroll bars at the time of presenting with the option of view
ak...@idealo.de <ak...@idealo.de> #29
We're looking for an export function, even as a PDF is ok. It would also help to have an auto export function that exports these reports to your email address, useful for the weekends when using a mobile device.
es...@gmail.com <es...@gmail.com> #30
Since we can not embed reports (yet, I hope) this is a MUST HAVE feature if we all want others to see this beautiful product which will simplify their reports. Having an automated report sent to you by GDS will currently be more appealing to most than other (simple) solutions. Hope you can get this done soon, I'm sure I would have had lots of those set up by now had I had the option :) keep up the good work! love GDS!
[Deleted User] <[Deleted User]> #31
Export/Email PDF versions of reports and Automation/Scheduling of reports!!!
to...@gmail.com <to...@gmail.com> #32
Scheduled export to PDF is the biggest miss to use Data Studio more. But if I see above Google isn't listening.
ob...@webuy.com <ob...@webuy.com> #33
For example, a large report that is updated weekly, to keep it all on one report would be ideal with a filter control to select weeks. But then you would have multiple users logging in each week and selecting the most recent week.
Being able to schedule an automatic email, sending a specifically filtered report, could potentially be a game changer for us.
Being able to schedule an automatic email, sending a specifically filtered report, could potentially be a game changer for us.
[Deleted User] <[Deleted User]> #34
The Export Plugin doesn't even work for me. I don't know how many times I've deleted and added it to chrome. It does nothing for the Data Studio. We need a solid, functioning option for PDF reports. Please hurry up with this Feature! It will work wonders for how quickly I can complete and send out reports! Thank you!
ky...@gmail.com <ky...@gmail.com> #35
+1
ru...@itsnotthatkind.org <ru...@itsnotthatkind.org> #36
+1
m....@gmail.com <m....@gmail.com> #37
+1 FOR EMBEDED!
wi...@gmail.com <wi...@gmail.com> #38
+1
he...@gmail.com <he...@gmail.com> #39
+1
gr...@parkwood-holdings.co.uk <gr...@parkwood-holdings.co.uk> #40
+1
in...@gmail.com <in...@gmail.com> #41
+1 this feature would eliminate the need for costly platforms that do not stand up to what this platform can offer.
lo...@gmail.com <lo...@gmail.com> #42
Export PDF, Single page or all report!
[Deleted User] <[Deleted User]> #43
Please!
ad...@walnut.marketing <ad...@walnut.marketing> #44
schedules reports is a must for an agency like us. Customers want a pdf in their mail. We have lots of clients who don't want a link but a pdf.
sa...@gmail.com <sa...@gmail.com> #45
Data Studio is one of the best new reporting tools. Really need an PDF export feature.
[Deleted User] <[Deleted User]> #46
+1
in...@allanda.co.uk <in...@allanda.co.uk> #47
+1
ru...@itsnotthatkind.org <ru...@itsnotthatkind.org> #48
+1
[Deleted User] <[Deleted User]> #49
+1
ma...@hellocar.co.uk <ma...@hellocar.co.uk> #50
+1
go...@sesimg.org.br <go...@sesimg.org.br> #51
+1
sa...@gmail.com <sa...@gmail.com> #52
+1
th...@securitasdirect.fr <th...@securitasdirect.fr> #53
+1
kj...@gmail.com <kj...@gmail.com> #54
+1
ce...@gmail.com <ce...@gmail.com> #55
+1
ce...@ultragrupo.com <ce...@ultragrupo.com> #56
+1
vp...@reexporta.com <vp...@reexporta.com> #57
+1
vr...@gmail.com <vr...@gmail.com> #58
+1
[Deleted User] <[Deleted User]> #59
+1
[Deleted User] <[Deleted User]> #60
+1
om...@twt.de <om...@twt.de> #61
This is a must!
de...@mabo.co.uk <de...@mabo.co.uk> #62
+1. Just release this feature already. It will improve reporting for the clients that pay you vast sums of money, better reporting, better optimisation, more money spent.
[Deleted User] <[Deleted User]> #63
+1 Absolutely major important feature!
ra...@gmail.com <ra...@gmail.com> #64
+!
[Deleted User] <[Deleted User]> #65
+1 Exporting / Sending features could be game changer
[Deleted User] <[Deleted User]> #66
+1 It would truly make everything easier
mf...@gmail.com <mf...@gmail.com> #67
+1 I can't send my higher ups a link. They all prefer a pdf hand out that they can email around to others.
sb...@gmail.com <sb...@gmail.com> #68
This is absolutely the most important feature that needs to be added
ve...@traffic4u.nl <ve...@traffic4u.nl> #69
@Google: You can launch the best reporting tool, but please always listen to the customer.
[Deleted User] <[Deleted User]> #70
+1
eb...@gmail.com <eb...@gmail.com> #71
i'm surprised you don't have it!
ne...@gmail.com <ne...@gmail.com> #72
Export to jpg / pdf or even google slides. Important for presentations to management. Or can we embed it in google slides? It would be so cool.
pl...@gmail.com <pl...@gmail.com> #73
+1
ka...@gmail.com <ka...@gmail.com> #74
May I suggest to also include the ability to insert sticky notes/comments like in GDS's sample report. At least I would be able to value-add the data presented and clients would be able to make responses directly on the page.
ja...@gmail.com <ja...@gmail.com> #75
+1
al...@gmail.com <al...@gmail.com> #76
+1
[Deleted User] <[Deleted User]> #77
+1
it...@uiowa.edu <it...@uiowa.edu> #78
Print or Export to PDF function. PLEASE! The PDF extension others mention doesn't do anything.
ad...@gmail.com <ad...@gmail.com> #79
Awesome tool!
First off - Question - If report set to [last 7 days] then link emailed to the end user > views the report> is data the 7 days from report creation or 7 days from when user opens / clicks link (Aka live data)
Second -
If the data is not live when opened but a snapshot from the 7 days before sent, i.e. opens in 2 weeks, receives data from 3 weeks ago.
1- Recurring / scheduled reports (custom scheduling). Link sent via email > report link sent>when viewed by end user as well as dashboard, the ability to convert & export report to PDF if needed by end user.
2- Formatting of data into accompanying email, Eg Hi Peter, please find attached a link to report...... you had [visitors] to your website in the last 7 days, we had [total conversions] through the shopping cart for a total revenue value of [total con. value].
Thanks!
First off - Question - If report set to [last 7 days] then link emailed to the end user > views the report> is data the 7 days from report creation or 7 days from when user opens / clicks link (Aka live data)
Second -
If the data is not live when opened but a snapshot from the 7 days before sent, i.e. opens in 2 weeks, receives data from 3 weeks ago.
1- Recurring / scheduled reports (custom scheduling). Link sent via email > report link sent>when viewed by end user as well as dashboard, the ability to convert & export report to PDF if needed by end user.
2- Formatting of data into accompanying email, Eg Hi Peter, please find attached a link to report...... you had [visitors] to your website in the last 7 days, we had [total conversions] through the shopping cart for a total revenue value of [total con. value].
Thanks!
ke...@beehivestrategy.com <ke...@beehivestrategy.com> #80
+1
ne...@gmail.com <ne...@gmail.com> #81
Hi Team,
Please add feature to Publish or Save As PDF Reports,
Thank you in Advance,
Neeraj Mattey
Please add feature to Publish or Save As PDF Reports,
Thank you in Advance,
Neeraj Mattey
is...@gmail.com <is...@gmail.com> #82
+1
re...@webfx.com <re...@webfx.com> #83
+1
[Deleted User] <[Deleted User]> #84
+1
[Deleted User] <[Deleted User]> #85
+1
[Deleted User] <[Deleted User]> #86
+1
PDF, XLMS or PPT export will be ideal
PDF, XLMS or PPT export will be ideal
ve...@gmail.com <ve...@gmail.com> #87
+1 for PDF, PPT
ca...@gmail.com <ca...@gmail.com> #88
+1 for PDF, PPT
ol...@avosdim.com <ol...@avosdim.com> #89
+ 1 PDF, EMAIL
[Deleted User] <[Deleted User]> #90
<purged>
sa...@gmail.com <sa...@gmail.com> #91
+1 PDF, Email.
How is this useful! Senior managers never get their head around links so it is always good to send reports as attachment. Saves time hence money..
How is this useful! Senior managers never get their head around links so it is always good to send reports as attachment. Saves time hence money..
st...@gmail.com <st...@gmail.com> #92
+1
yv...@meilihess.ch <yv...@meilihess.ch> #93
+1
d....@bauc.ag <d....@bauc.ag> #94
Oh yes, please, export for PDF asap.
[Deleted User] <[Deleted User]> #95
+1
[Deleted User] <[Deleted User]> #96
+1
[Deleted User] <[Deleted User]> #97
+1
bl...@gmail.com <bl...@gmail.com> #98
I vote for email frequency on these reports!
oi...@oi-you.com <oi...@oi-you.com> #99
+1
ia...@gmail.com <ia...@gmail.com> #100
+1
in...@salzburgerland.com <in...@salzburgerland.com> #101
+1
ra...@edlinger.at <ra...@edlinger.at> #102
+1
in...@gmail.com <in...@gmail.com> #103
+1
lj...@woolworths.com.au <lj...@woolworths.com.au> #104
+1
gu...@gmail.com <gu...@gmail.com> #105
+1
an...@perceptiv.digital <an...@perceptiv.digital> #106
+1 for PDF and Email
co...@ttibrands.com.au <co...@ttibrands.com.au> #107
PDF, PPT and email please!
na...@nadworks.net <na...@nadworks.net> #108
+1 - holy shamoly. Is this still not implemented? Why so lame, Google?
sa...@gmail.com <sa...@gmail.com> #109
+7 for my whole markteting team ;-)
mi...@sartorius.com <mi...@sartorius.com> #110
+1
[Deleted User] <[Deleted User]> #111
+1 !!
bl...@gmail.com <bl...@gmail.com> #112
+1000 My customers don't understand a non-sent report. The cloud is not their business, so they want me to "send" something "real" and "touchable".
[Deleted User] <[Deleted User]> #113
This is CRUCIAL for agencies & freelancers working with clients. I was so disappointed after working hard on designing a report, presenting it live to the client and then realising I couldn't schedule a monthly email! I didn't expect this feature not to be available and now I'll need to explain this back to my client - all he wants is an email to forward to his board. Please make this feature a priority!
ob...@webuy.com <ob...@webuy.com> #114
At time of writing this comment. 171 people have starred this issue.
Google, hello, are you there!? We want to export as various filetypes and email reports straight to people please.
k, thanks.
Google, hello, are you there!? We want to export as various filetypes and email reports straight to people please.
k, thanks.
th...@airliquide.com <th...@airliquide.com> #115
Read the case and some comments (to much). So hope not to double anyway.
As a company user, I need to embed not only html, but also into google slides, docs... So I wonder, why not integrate that tool in google office suite?
As a company user, I need to embed not only html, but also into google slides, docs... So I wonder, why not integrate that tool in google office suite?
[Deleted User] <[Deleted User]> #116
It's not gonna happen. Get over it!
ow...@gmail.com <ow...@gmail.com> #117
+1
bi...@valeo.com <bi...@valeo.com> #118
+1
ka...@milkbasket.com <ka...@milkbasket.com> #119
+ 1
be...@gmail.com <be...@gmail.com> #120
+1
la...@vortexsolution.com <la...@vortexsolution.com> #121
+1 : PDF Export is a priority
ga...@gmail.com <ga...@gmail.com> #122
+1
[Deleted User] <[Deleted User]> #123
+ 1
dd...@gmail.com <dd...@gmail.com> #124
+1 pdf export, client want pdf
ma...@gmail.com <ma...@gmail.com> #125
Please add this functionality soon!
ch...@daviesmeyer.de <ch...@daviesmeyer.de> #126
please, please, please!!!!!
il...@gmail.com <il...@gmail.com> #127
+1.
Why won't they add this feature? It's obviously the most requested one here. Maybe they want to force everyone to use the actual tool instead of sending files? If you send PDF files you won't get any people to their tool.
If no export feature is available at least a notification feature with a link to the report should be available
Why won't they add this feature? It's obviously the most requested one here. Maybe they want to force everyone to use the actual tool instead of sending files? If you send PDF files you won't get any people to their tool.
If no export feature is available at least a notification feature with a link to the report should be available
mf...@swiftcom.com <mf...@swiftcom.com> #128
+100 from a team of sales reps
bl...@avxdigital.com <bl...@avxdigital.com> #129
+1 for PDF and Email
we...@gmail.com <we...@gmail.com> #130
+1
m....@lights-on.io <m....@lights-on.io> #131
+1
[Deleted User] <[Deleted User]> #132
lol
da...@gmail.com <da...@gmail.com> #133
+1 for email
[Deleted User] <[Deleted User]> #134
+1
as...@gmail.com <as...@gmail.com> #135
An export to PDF with a short link near the bottom of every page to take it back to the shared/view only mode -- that way you not only get a snap shot but A REMINDER THAT THE DATA IS UPDATED ONLINE via the short link. PDFs on their own are not enough :) Need to encourage access online, not just paper. Also PDF export MUST have a date/time stamp, although I think that can be placed as an element on the dashboard footer/header.
da...@gmx.com <da...@gmx.com> #136
+1 for PDF and Email
ja...@jackcarey.co.uk <ja...@jackcarey.co.uk> #137
This feature is vital for Data Studios to contend with other services
[Deleted User] <[Deleted User]> #138
+1 for PDF and Email
br...@gmail.com <br...@gmail.com> #139
+1 for PDF and Email
sc...@machine-agency.com <sc...@machine-agency.com> #140
+1 for PDF and Email
[Deleted User] <[Deleted User]> #141
+1
em...@teixeiradacunha.com <em...@teixeiradacunha.com> #142
+1
[Deleted User] <[Deleted User]> #143
+1
[Deleted User] <[Deleted User]> #144
+1
br...@gmail.com <br...@gmail.com> #145
+9
f....@greyrook.com <f....@greyrook.com> #146
I subscribed to this to get updates on the issue. Instead I get spam with "+1" messages.
Could you please stop those? Google implemented a feature do to "+1" instead of writing it in a message. There is a star icon on the top if the page, press it instead. Thank you.
It makes it easier for the devs, because they won't count the number of +1 anyone write but just look at the number of stars. Also looking through a such a long list of messages for any actual helpful information and instead reading hundreds of "+1" messages is waste of everyone's time.
Could you please stop those? Google implemented a feature do to "+1" instead of writing it in a message. There is a star icon on the top if the page, press it instead. Thank you.
It makes it easier for the devs, because they won't count the number of +1 anyone write but just look at the number of stars. Also looking through a such a long list of messages for any actual helpful information and instead reading hundreds of "+1" messages is waste of everyone's time.
sg...@gmail.com <sg...@gmail.com> #147
+1 export to PDF
[Deleted User] <[Deleted User]> #148
+1 export to PDF or schedule export in email
bw...@gmail.com <bw...@gmail.com> #149
+1 export to PDF or Print Report Please. Thanks.
co...@gmail.com <co...@gmail.com> #150
export to PDF please
va...@gmail.com <va...@gmail.com> #151
+1 to PDF and print in a usable scale, ability to customize which pages are printed
ja...@gmail.com <ja...@gmail.com> #152
One year later and we aren't still there. :/
as...@gmail.com <as...@gmail.com> #153
It's interesting that so many people are still tied to snapshots that need to be printed and reviewed rather than real time. Is it because access to computers and networks are in such short demand? Or because the people who MAKE the REPORTS and USE the REPORTS are not the same person? The people who make decisions are loath to use computers? Weird.
ja...@gmail.com <ja...@gmail.com> #154
I think it is a reasonable ask to have an export to PDF. It helps in three
ways. 1. to take a snapshot (screenshots are just not enough) 2.
communicate with reference snapshot. 3. provide offline access.
Being real-time is not an excuse for not having the export feature. thanks
On 1 June 2018 at 18:05, <buganizer-system@google.com> wrote:
ways. 1. to take a snapshot (screenshots are just not enough) 2.
communicate with reference snapshot. 3. provide offline access.
Being real-time is not an excuse for not having the export feature. thanks
On 1 June 2018 at 18:05, <buganizer-system@google.com> wrote:
st...@gmail.com <st...@gmail.com> #155
+1
di...@gmail.com <di...@gmail.com> #156
Why wouldn't this be a feature already?
ke...@iainbatusangkar.ac.id <ke...@iainbatusangkar.ac.id> #157
+1 for PDF and Email
dj...@sourcedigital.co <dj...@sourcedigital.co> #158
For the love of all things Google, please add exporting features to GDS. Every month, I dread trying to export client reports as I never quite know which weird and wonderful workaround I'll have to use to format them properly. I mean, I commend the forward-thinking/ dynamic nature of the reports, but sometimes, just sometimes, you can have an idea a little too far ahead of its time - and many of our clients still want/ prefer PDFs.
And if we're all (there's a few of us by the look) trying to get GDS to do something it's not designed to (ever?) do, be a good chap and let us know so we can move on to alternate solutions, please?
And if we're all (there's a few of us by the look) trying to get GDS to do something it's not designed to (ever?) do, be a good chap and let us know so we can move on to alternate solutions, please?
jc...@gmail.com <jc...@gmail.com> #159
PLEASE Listen to your users here. Our clients aren't going to stop asking for printed reports and PowerPoints etc. This is the nature of the way they do business. If you think you can just wait it out you are wrong.
[Deleted User] <[Deleted User]> #160
Agreed with everyone else. PDF export of the whole report is a must, without making 1 pdf for each page. Bonus if it could be scheduled and emailed. Also bonus if there were a way to port into Google Slides, but less important for us than the pdf option.
ce...@ipsen.com <ce...@ipsen.com> #161
The current PDF export is horrible: it cuts half of the data, or doesn't display the scale or data on graphs.
Please, a GOOD export (pdf) feature is necessary!
Please, a GOOD export (pdf) feature is necessary!
an...@generaxion.de <an...@generaxion.de> #162
Desperately needed by just about every agency whose clients still insist on monthly data reports. Please. Really important for everyday work.
an...@clarkstjames.com <an...@clarkstjames.com> #163
Required by every customer
[Deleted User] <[Deleted User]> #164
This is the most requested feature and yet you can see the "IN Prod" is OFF. Google you're not providing necessary feedback, you just pretend that you do.
ro...@gmail.com <ro...@gmail.com> #165
Agree that this is a must-have feature. But for those seeking an update or explanation as to why it is not being worked on, if you understood how dashboard/BI tools work and how they pull data into tables, graphs, you'll realise this is no easy feat.. let alone from a free tool that is web based where there are resource restrictions at browser level.
So firstly:
1) "Lol" at the complaints
2) Dev rule 101, don't ask for ETA's
3) Base on my explanation above, you shouldn't be using this for paid client work. Pay for PowerBI/Tableau/KlipFolio
4) I have 60+ page fully automated campaign reports developed with this and I have no problem with the only available tool in the chrome extension store
5)https://chrome.google.com/webstore/detail/google-data-studio-pdf-ex/cmbgpgjhibpioljmaaocdommnggpecje
6) It works flawlessly after a few goes and when you have no other chrome instances/tabs open. But you can guarantee completion on first go if you actually goto VIEW mode and go through each page and make sure all the elements load, then use the plugin. It will take a few minutes to a make a complete PDF but its an excuse to take a break or take a dump.
7) If you are uncomfortable with any of the above, there are far more competent tools that have the associated $$$ tag that ensures such functionality.
So firstly:
1) "Lol" at the complaints
2) Dev rule 101, don't ask for ETA's
3) Base on my explanation above, you shouldn't be using this for paid client work. Pay for PowerBI/Tableau/KlipFolio
4) I have 60+ page fully automated campaign reports developed with this and I have no problem with the only available tool in the chrome extension store
5)
6) It works flawlessly after a few goes and when you have no other chrome instances/tabs open. But you can guarantee completion on first go if you actually goto VIEW mode and go through each page and make sure all the elements load, then use the plugin. It will take a few minutes to a make a complete PDF but its an excuse to take a break or take a dump.
7) If you are uncomfortable with any of the above, there are far more competent tools that have the associated $$$ tag that ensures such functionality.
bo...@gmail.com <bo...@gmail.com> #166
PDF Export PLESASE
rc...@gmail.com <rc...@gmail.com> #167
Yes please!
ja...@gmail.com <ja...@gmail.com> #168
+1
ga...@weave.co.nz <ga...@weave.co.nz> #169
+1
co...@wellmindhealth.com <co...@wellmindhealth.com> #170
+1 Scheduled export to PDF
[Deleted User] <[Deleted User]> #171
Some of my less technically savvy clients enjoy printing off a report, scribbling their recommendations all over this printed report, scanning this scribbled on printed report, and emailing the scanned scribbled on printed report to me.
For those wonderful people, a way to print the entire report would be (sigh) great.
For those wonderful people, a way to print the entire report would be (sigh) great.
[Deleted User] <[Deleted User]> #172
+1
sd...@umich.edu <sd...@umich.edu> #173
+1
me...@google.com <me...@google.com> #174
Hi All,
This feature is now launched in Data Studio. Please see more details on how to use it:https://support.google.com/datastudio/answer/9125317
We are actively working on allowing PDF downloads with filters and letting you schedule email deliveries. So stay tuned for more updates soon!
Thanks
Megha
This feature is now launched in Data Studio. Please see more details on how to use it:
We are actively working on allowing PDF downloads with filters and letting you schedule email deliveries. So stay tuned for more updates soon!
Thanks
Megha
[Deleted User] <[Deleted User]> #175
Thank you Megha and the Google dev team! I was surprised the other day by the function, and it works great!
mi...@gmail.com <mi...@gmail.com> #176
PDF download seems doesn't work correctly when I change time period through the date range control, the PDF downloaded only contains data relative to the default time range
in...@waveinteractive.com <in...@waveinteractive.com> #177
I'm having the same issues as the previous poster. The download function fails after a while when I try to use it.
sp...@gmail.com <sp...@gmail.com> #178
Yep, just adding to this thread. PDF export is busted for anything other than a few pages.
an...@mittelbayerische.de <an...@mittelbayerische.de> #179
Yes please!
rm...@google.com <rm...@google.com> #180
Hi everyone,
Thanks for all your votes and feedback on this hot topic! We're pleased to say that you can now
- Export reports to PDF:https://support.google.com/datastudio/answer/9125317
- Schedule email delivery:https://support.google.com/datastudio/answer/9263641
We hope you find these new features useful and are always interested in hearing your feedback about them.
Happy reporting!
Riccardo Muti
Product Manager
Thanks for all your votes and feedback on this hot topic! We're pleased to say that you can now
- Export reports to PDF:
- Schedule email delivery:
We hope you find these new features useful and are always interested in hearing your feedback about them.
Happy reporting!
Riccardo Muti
Product Manager
th...@airliquide.com <th...@airliquide.com> #181
Hi Riccardo,
PDF might be nice for complete reports, but as Google for business company, integration into slides would be really helpful! (like tables or graphs from sheets do.
People asking for a long while for that, don't they?
Happy developing!
Thomas
PDF might be nice for complete reports, but as Google for business company, integration into slides would be really helpful! (like tables or graphs from sheets do.
People asking for a long while for that, don't they?
Happy developing!
Thomas
at...@ncsu.edu <at...@ncsu.edu> #182
This is great!
rm...@google.com <rm...@google.com> #183
@Thomas, check out this feature request for export to/embed into Slides: https://b.corp.google.com/issues/64143930
Description
1) What's the feature?
-> Export as PDF Files or send as Email once or on a regular basis automatically.
2) How do you plan on using this feature?
Create custom Reports with multiple sites for different Business Units.
3) What's the impact that this feature will have on you or your business? (Time saved, new users, etc.)
Immense time saver, no need for creating own limited google analytics dashboards or excel reports anymore.