Forum Discussion
SamJones1
5 years agoQrew Cadet
@Tom Watson, One thing you might do instead of using a URL field, create a Formula Rich Text field. Then you can define the size of the URL button and make it a bit bigger. Something like this:
------------------------------
- Sam
______________________________________________
Sam Jones
Vice President, Product and Technology
he/him
The Data Collaborative, Inc.
sjones@datacollaborative.com
366 Massachusetts Ave, Suite 203 | Arlington, MA 02474
------------------------------
var text url = [your url goes here];
"<a href='" & $url & "' class='Vibrant Success'> Button Text Here </a>"
------------------------------
- Sam
______________________________________________
Sam Jones
Vice President, Product and Technology
he/him
The Data Collaborative, Inc.
sjones@datacollaborative.com
366 Massachusetts Ave, Suite 203 | Arlington, MA 02474
------------------------------
TomWatson
5 years agoQrew Member
Hi Sam,
Thanks for this helpful workaround. I may end up using this. But first I want to pin down whether this is known/expected behavior of URL fields on Kanban reports or whether it is a new bug.
Did you try using a simple URL field and get the same results as I did?
Thanks.
------------------------------
Tom Watson
------------------------------
Thanks for this helpful workaround. I may end up using this. But first I want to pin down whether this is known/expected behavior of URL fields on Kanban reports or whether it is a new bug.
Did you try using a simple URL field and get the same results as I did?
Thanks.
------------------------------
Tom Watson
------------------------------
- BlakeHarrison5 years agoQrew CaptainMy first attempt was with a standard URL field and it worked fine, but you have to be directly on the link to use it. I suspect this is intended behavior since the standard behavior when clicking on any record is to open the record in View. If you need users to be able to easily follow a link, I would suggest building it as a button in a Rich Text Formula.
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------- TomWatson5 years agoQrew MemberJust to close the loop on this thread. Working with QB Support we determined that the URL on kanban reports requires popups to be allowed in the browser. When I change my browser privacy settings to allow popups on this site it works as expected. I am hopeful QB will update this in the future so this and the other workarounds are not needed to make URLs function normally on kanban reports. Thanks to all the contributors.
------------------------------
Tom Watson
------------------------------