You don't explain where the title field is supposed to come from, but I'm 
guessing it's from a tiddler with the ticket as a name. If so, this should 
give you a link:

\define ticket(title,header,footer) <a href="$header$$title$$footer$" target
="_blank">Link</a>

<$macrocall $name="ticket" title=<<currentTiddler>> header={{HD Ticket 
Settings!!url_header}} footer={{HD Ticket Settings!!url_footer}}/>

In practice, you would want to put that macro definition in a tiddler 
identified as a global macro, so that you could reuse it.

HTH
Mark


On Thursday, December 8, 2016 at 12:21:14 PM UTC-8, [email protected] 
wrote:
>
> I have a table of tiddlers tagged "HD Ticket" and a tiddler titled, "HD 
> Ticket Settings" which holds 2 fields, "url_header" and "url_footer". I'm 
> trying to concatenate these fields to make this a clickable URL however, I 
> havent been very successful and haven't had much luck interpreting some of 
> the other hints for concatenation.
>
> Generally, what I need to see should be something like <a 
> href="url_header"+"title"+"url_footer"> For example:
>
> url_header = http://www.website.com/ticket=
> title = Ticket123456
> url_footer = /view/ticketinfo
>
> Should give me a clickable link to 
> http://www.website.com/ticket=Ticket123456/view/ticketinfo
>
> I found a few discussions about concatenation but none of them were 
> working.
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/43253f02-64c4-4e4b-a314-99e237422215%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to