I am displaying a list of files in CCv6. One of the fields in the table contains the filename. I would like the list to create a hyperlink for each file, but I cannot figure out how to do this. I have walked through the tutorial in the FAQ's, but I am still a bit confused.
I have a view named "main_listing" that pulls the data from the table, with a model of "mess". The filename field is named "mess_filename". It does not contain the complete URL to the file (http://www.mysite/images/messenger), just the name. I would need to append the URL to "mess_filename" when the connection is viewed. I set up a view called "file_link", and used {var:main_listing.row.mess.filename} in the Content box.
I am confused as to the next step(s).
Thanks!!
Rick
I have a view named "main_listing" that pulls the data from the table, with a model of "mess". The filename field is named "mess_filename". It does not contain the complete URL to the file (http://www.mysite/images/messenger), just the name. I would need to append the URL to "mess_filename" when the connection is viewed. I set up a view called "file_link", and used {var:main_listing.row.mess.filename} in the Content box.
I am confused as to the next step(s).
Thanks!!
Rick