Is there any cloud-based reporting platform that works well with Smartsheet? Text reports, not viz

I use the live data connector and MS Access to report smartsheet data, and it works great for my purposes, but I want to distribute reporting capabilities enterprise-wide. Are there any cloud-based solutions to transform Smartsheet data into reports. Here is an example of what I am talking about, it's pretty simple:
Answers
-
Jaykel Torres Employee
Hey@James Keuning,
Great question. There currently is not an integration that can do this directly but you may be able to perform this action with a Formula and theDocument Builderfeature. Since Document Builder can generate a PDF file based on Row data, we can leverage theINDEXandCOUNTFunctions to "pivot" your Column into a Row. I have created the example below on how this may look like:
Formula: =INDEX(Animal:Animal, COUNT(Animal@row:$Animal@row))
You will want to create the Formula on the 2nd Column and Drag/Fill it to the right to ensure that the COUNT Function's range changes dynamically.
Please note that there must be a value within the Primary Column at the Cell where the Formula lies (in this case it is "Pivot") or the Formula will return an error.
Once this has been created, you can then use Document Builder toMap the Columnsto specific Fields within a Fillable PDF and finally generate the "Report".
I hope this helps!
Jaykel
Categories
There currently isn't a way to overlay an Outlook Calendar on top of a Smartsheet Calendar; you can do the reverse, publish dates from Smartsheet into Outlook.<\/a><\/p>
Please provide your feedback to the Product team through this form, here.<\/a><\/p>
You are more than welcome!<\/p>
Glad to hear that it worked for your present use-case. <\/p>