Hello Gurus,
I am working on a requirement in which we have a table. In that table we have a column name 'Plant Area' which is basically a space inside a production line at plant. As per user requirement he should be able to click on that data and open my clients another application which is web based. I was successful to open a web page using following syntax :-
="<a href=\"www.google.com\" title=\"\" target=\"_blank\" nav=\"web\">Plant Area</a>"
But If I do this then column is filled with 'Plant Area' as data though it should be actual values of Plant Area (ACL / CYA / CT2 etc.)
Then I changed it and put a dimension object in place of Plant Area i.e. [PLANT_AREA] but the result was same.
Can anyone please suggest what should I do to achieve correct results:-
The Data will be like following
PLANT_AREA HOURS
ACL 10
CT2 12
CYA 08
User will be clicking on any cell of Plant Area column to open another application.
Regards