I have a report (XI) that lists id numbers with comments. The users want to be able to click on the id number and go back to a jsp page so they can edit comments.
I tried to do a hyperlink but that doesn't work. The report looks like.
item comment
1 comment 1
2 cccomment 2
3 ...
The intent is that if the user sees item 2 has a problem (like spelling) on the comment, then they click the 2 and it takes them to a details edit page in Java where they can correct their errors and then rerun the report.
Any ideas/suggestions are welcome.
thanks
Lhuffst
I tried to do a hyperlink but that doesn't work. The report looks like.
item comment
1 comment 1
2 cccomment 2
3 ...
The intent is that if the user sees item 2 has a problem (like spelling) on the comment, then they click the 2 and it takes them to a details edit page in Java where they can correct their errors and then rerun the report.
Any ideas/suggestions are welcome.
thanks
Lhuffst