Skip to Main Content

Add a "virtual" column

683199May 16 2013 — edited May 16 2013
Hi,

I have an application that list the content of a table.
Actually, when I access to the application, the system show me something like :

COLUMN_1 ; COLUMN_2
A1 ; A2
B1 ; B2

I want add a third column to this application, the third column need to contain a like build with the content of COLUMN_1. For example :

COLUMN_1 ; COLUMN_2 ; COLUMN_3
A1 ; A2 ; x1
B1 ; B2 ; x2

Where x1 an x2 are a picture (or something else) and a link.
For example, I want that the system open a browser with something like http://exeternal_site.com/f?N=x1 if I select x1 and http://exeternal_site.com/f?N=xé if I select x2

Actually, I already have a link on COLUMN_1.

Can you help me ?

Thanks,

Edited by: villegente on 16 mai 2013 15:50
Comments
Post Details
Added on May 16 2013
3 comments
42 views