Hello,
Currently i am using MyEclipse Blue 7.5 birt report. I want to give hyperlink in the crosstab column.
But not able to.
I want to give hyperlink on Student Name , so that it will link to other page.
Its happening but instead of name ,it is showing the link itself in the report.It is linking to the particular page which is correct. Only i need the name in the report.
This is the code :
<extended-item extensionName="DimensionView" id="198759">
<property name="dimension">Group1</property>
<property name="levels">
<extended-item extensionName="LevelView" name="NewLevel View1" id="198760">
<property name="level">Group1/SName</property>
<property name="member">
<extended-item extensionName="CrosstabCell" id="198761">
<property name="content">
<data name="SName" id="198762">
<property name="style">NewStyle2</property>
<property name="fontFamily">"Verdana"</property>
<property name="fontSize">10px</property>
<property name="textAlign">left</property>
<property name="resultSetColumn">SName</property>
<structure name="action">
<property name="linkType">hyperlink</property>
<expression name="uri">data["urlForReport"]</expression>
<property name="targetWindow">_blank</property>
</structure>
</data>
</property>
<property name="textAlign">left</property>
<property name="width">100px</property>
</extended-item>
</property>
</extended-item>
</property>
</extended-item>
In other report I put a hyperlink in a table . it is working fine.
<expression name="uri">row["urlForReport"]</expression>
But in Crosstab report its not working.
Can anyone help ??
Thanks
Currently i am using MyEclipse Blue 7.5 birt report. I want to give hyperlink in the crosstab column.
But not able to.
I want to give hyperlink on Student Name , so that it will link to other page.
Its happening but instead of name ,it is showing the link itself in the report.It is linking to the particular page which is correct. Only i need the name in the report.
This is the code :
<extended-item extensionName="DimensionView" id="198759">
<property name="dimension">Group1</property>
<property name="levels">
<extended-item extensionName="LevelView" name="NewLevel View1" id="198760">
<property name="level">Group1/SName</property>
<property name="member">
<extended-item extensionName="CrosstabCell" id="198761">
<property name="content">
<data name="SName" id="198762">
<property name="style">NewStyle2</property>
<property name="fontFamily">"Verdana"</property>
<property name="fontSize">10px</property>
<property name="textAlign">left</property>
<property name="resultSetColumn">SName</property>
<structure name="action">
<property name="linkType">hyperlink</property>
<expression name="uri">data["urlForReport"]</expression>
<property name="targetWindow">_blank</property>
</structure>
</data>
</property>
<property name="textAlign">left</property>
<property name="width">100px</property>
</extended-item>
</property>
</extended-item>
</property>
</extended-item>
In other report I put a hyperlink in a table . it is working fine.
<expression name="uri">row["urlForReport"]</expression>
But in Crosstab report its not working.
Can anyone help ??
Thanks