Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Link to a File
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Link to a File
#53663
Link to a File 9 Years, 1 Month ago Karma: 0
Hi.

I try to show in a table the results of diferentes courses, and i want to show a link for review that results ( in a xls)

I have in my table a field named: "file_name" whit the name of the xls.

And i want to show something like this:


| Name course | Start Date | End Date | View Results |
Course A 2015-03-01 2015-03-02 "Link to file CourseA.xls
------------------------------------------------------------------------------------
Cousre B --- --- "Link to file CourseB.xls


I have use in the Columns Settings the next:

<a href="/results/{$columns:file_name}">See Results</a>

But i don´t want to see the column "file_name" in my table....

Can somebody help me.!!


Thanks.
Last Edit: 2015/03/03 18:21 By mike_dcx.
The administrator has disabled public write access.
 
#53664
Re:Link to a File 9 Years, 1 Month ago Karma: 747
Hello,

Set "Columns settings -> ID" parameter to file_name value and "Columns settings -> Format" parameter to the following value:

Code:


<a href="/results/{$value}">See Results</a>



You can also use "Columns settings -> Alias" parameter to rename column.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53666
Re:Link to a File 9 Years, 1 Month ago Karma: 0
thanks it´s works!!
The administrator has disabled public write access.
 
Go to topPage: 1