Forum Discussion
BlakeHarrison
5 years agoQrew Captain
I tested this and it worked fine for me. I will say, though, that I had to be exactly ON the link, anywhere else and the record pulled up, just like for you. Instead of just a standard link, you could display that link as a button. This would be displayed on the Kanban just like a button on a form and would give the user an easier time in selecting the link.
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
TomWatson
5 years agoQrew Member
Hi Blake,
It is currently configured as a button. I get the same result. I can't find any positioning of the mouse on the link or button that works to follow the link on a left click.
What browser are you using? Is it possible this is a browser or browser setting issue?
THanks.
--
- SamJones15 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:
ā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
------------------------------- BlakeHarrison5 years agoQrew CaptainAnd that would probably be why mine worked so well. I was using a Rich Text Field with that button class. If you're questioning the browser, I'm using Chrome v 87.0.4280.141
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------- TomWatson5 years agoQrew MemberI see that there are multiple workarounds. Is this a known QB bug or an intentional design.
Do you mind trying it with a simple URL field instead of Rich Text Field and see if you get same result. That would at least tell me it is consistent and not a configuration or other technical issue on my end.
Thanks.
------------------------------
Tom Watson
------------------------------
- TomWatson5 years agoQrew MemberHi 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
------------------------------- 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/
------------------------------