This topic is locked
[SOLVED]

 Combining URL with field

12/6/2017 10:18:54 PM
PHPRunner General questions
J
justinkongyt author

Hi everyone,
I have a question hope you can assist or point me in the right direction.
I am trying to combine a fixed url with a vairable. example below
Fixed url: www.abc.com/?aaaaa
I want to insert a variable example {$variable1}
So my end product is a link to www.abc.com/?aaaa$variable1
Is that possible?
Please advice. Thanks in advance
Justin

admin 12/7/2017

Where this kind of calculation/computation should happen?

jadachDevClub member 12/7/2017

You can either use view as custom at the field level or create it in your SQL editor by concatenating and then view as html so it behaves like a hyperlink..

J
justinkongyt author 12/9/2017



Where this kind of calculation/computation should happen?


I was hope to display it as a Link in my pdf export.

J
justinkongyt author 12/9/2017



You can either use view as custom at the field level or create it in your SQL editor by concatenating and then view as html so it behaves like a hyperlink..


Let me see if I am able to do it <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=83899&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

J
justinkongyt author 12/10/2017



Let me see if I am able to do it <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=83900&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />


Hi, your idea worked. Now for the part of how to put the concatenated field into a button. I have been testing around but not very successful.