Forum Discussion
DavidLichty
10 years agoQrew Trainee
Hi Scott,
You can make a manual work-around.
There is a bit of set up and some daily effort to send the latest view of the Pie Chart. Only you can tell if is worth the effort.
The work around is based on the option that Pie Chart reports can be saved as an image file (.PNG, .JPG or .SVG).
Create a table in your App that can house image files.
Determine the field id number of the image field
Create a Notification type e-mail
(It points to the place you will upload the image each day.)
https://your-domain.quickbase.com/up/your-image-table/a/r3/e6v0
Adjust the QuickBase domain and table id to match your situation.
(Viewing your image and copying the URL from your browser's address bar will get you there.)
Change the parts after /a/ as follows:
Once you have this set up you should be able to:
I trust this is useful.
- David in Tucson
You can make a manual work-around.
There is a bit of set up and some daily effort to send the latest view of the Pie Chart. Only you can tell if is worth the effort.
The work around is based on the option that Pie Chart reports can be saved as an image file (.PNG, .JPG or .SVG).
Create a table in your App that can house image files.
- Include a field for the uploaded image file, set this to save the number of copies that seems reasonable for your needs.
- You will upload the new / current image to this each day.
- Include a checkbox to be used as a trigger for the e-mail
- I like a multi-line text field to make comments about the image
Determine the field id number of the image field
Create a Notification type e-mail
- Trigger it off of the checkbox on your Image table form
- (send message when that specific field changes to checked.)
- Create a custom message to your audience
- In the message include a link to the image (details below).
- You can set this as a click link or an html image link
(It points to the place you will upload the image each day.)
https://your-domain.quickbase.com/up/your-image-table/a/r3/e6v0
Adjust the QuickBase domain and table id to match your situation.
(Viewing your image and copying the URL from your browser's address bar will get you there.)
Change the parts after /a/ as follows:
- r3 = record #3 (use the record where your image is uploaded each day)
- e6 = field id # 6 (use the field ID you noted for your file upload field)
- v0 = Version 0, the current version - use this as is.
Once you have this set up you should be able to:
- View the Pie Chart
- Save it as an image file
- Upload the daily image file to the specified record and field
- Clear the checkbox that triggers the e-mail notification
- Save the record
- Open the record for editing
- Mark the checkbox that triggers the e-mail
- Save the record
I trust this is useful.
- David in Tucson
- GauravSharma38 years agoQrew CommanderNice idea :)
Gaurav