Blog Post
KatValentine
5 years agoQrew Trainee
I don't work for QB, but I might have a few ideas on how to accomplish these items using current functionality.
1. I believe there is an option to send email subscriptions to email addresses that don't have access. What about that doesn't work?
2. You can link Excel to Quick Base, format it, then simply refresh the connection to get the latest data. That's what I do for formatted reports, deliverables with multiple reports, reports I want to do data transformations on in Excel or turn into charts, etc. It's a bit tricky to get working, but once you figure it out, it's very convenient. Here's a couple links for more info: https://getsatisfaction.com/quickbase/topics/automatic-export-from-quickbase-into-excel
http://www.kimgentes.com/worshiptech-web-tools-page/2010/8/18/web-connecting-csv-files-as-external-data-to-excel-spreadshe.html
For your connection use a URL in the general format of https://yoursite.quickbase.com/db/YOUR_DATABASE?act=API_GenResultsTable&usertoken=YOUR_USER_TOKEN&options=tsv&qid=YOUR_QUERY_ID
3. Agreed, these fields are kind of a pain, and I've also wanted to make some administrative edits to them in the past myself. Overall though, I find there are better way to track changes. I personally have a change log table which has fields for the table and field that was changed, old and new values, when it was changed, and who changed it. You can then show the changes for specific fields (or all fields, if you like) as a report link, run reports to get changes during date ranges, count all changes, etc. I use a webhook to drive mine, but you could probably use an automation or pipeline instead. You just need something to log the change info to the change log table whenever there's a change.
4. I'd also find this useful. Maybe you should suggest it on the User Voice forum? It sounds like you'd get some support.
------------------------------
Kat Valentine
------------------------------
1. I believe there is an option to send email subscriptions to email addresses that don't have access. What about that doesn't work?
2. You can link Excel to Quick Base, format it, then simply refresh the connection to get the latest data. That's what I do for formatted reports, deliverables with multiple reports, reports I want to do data transformations on in Excel or turn into charts, etc. It's a bit tricky to get working, but once you figure it out, it's very convenient. Here's a couple links for more info: https://getsatisfaction.com/quickbase/topics/automatic-export-from-quickbase-into-excel
http://www.kimgentes.com/worshiptech-web-tools-page/2010/8/18/web-connecting-csv-files-as-external-data-to-excel-spreadshe.html
For your connection use a URL in the general format of https://yoursite.quickbase.com/db/YOUR_DATABASE?act=API_GenResultsTable&usertoken=YOUR_USER_TOKEN&options=tsv&qid=YOUR_QUERY_ID
3. Agreed, these fields are kind of a pain, and I've also wanted to make some administrative edits to them in the past myself. Overall though, I find there are better way to track changes. I personally have a change log table which has fields for the table and field that was changed, old and new values, when it was changed, and who changed it. You can then show the changes for specific fields (or all fields, if you like) as a report link, run reports to get changes during date ranges, count all changes, etc. I use a webhook to drive mine, but you could probably use an automation or pipeline instead. You just need something to log the change info to the change log table whenever there's a change.
4. I'd also find this useful. Maybe you should suggest it on the User Voice forum? It sounds like you'd get some support.
------------------------------
Kat Valentine
------------------------------
NeilForbes
5 years agoQuickbase Staff
Hi Dwight,
Kat is spot on with 1,2, and 3. Thank you Kat!
Josh Kaylor (your CSM) should be hopping in here shortly to provide some additional help beyond user voice on #4.ā
Thanks!
------------------------------
Neil Forbes
------------------------------
Kat is spot on with 1,2, and 3. Thank you Kat!
Josh Kaylor (your CSM) should be hopping in here shortly to provide some additional help beyond user voice on #4.ā
Thanks!
------------------------------
Neil Forbes
------------------------------
- JoshKaylor15 years agoQuickbase StaffHi Dwight,
As Kat mentioned, suggesting this in User Voice is a great way to make things happen. Until then, try the following for #4.
Create a many-to-many relationship to a dates table. Put in 10 years worth of days and set the date as the key field.
In the dates table you can have checkbox fields to denote weekdays and holidays.
Then create an automation that runs when you modify a record in your original table. It will copy records from the Master Dates table to the join table. Filter out holidays and weekends using the checkbox fields you created and filter the dates as >= Start Date and <= End Date.
ā
------------------------------
Josh Kaylor
------------------------------