Jump to content
We've recently updated our Privacy Statement, available here ×

bravindra

Members
  • Posts

    5
  • Joined

  • Last visited

bravindra's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, In my database some times fileds may contains null values. when i am printing them in ireport i want to check whether it is null or not. if it is null, then i want to print it as '-'. Could you please help me how to do that. Regards, Ravindra
  2. Hi , In iReport is there any way to assign a value to a variable on clicking the hyper link of a field?. I need urgent help. Thanks in Advance. Regards, Ravi
  3. Yes, for all the fields hyperlink is enabled. But i want to know whether hyperlink is clicked or not using an expression. what is the expression to know whether a particular field has hyperlink is clicked or not? As you said, i am able to show the sub report based on field value like ($F{OrderID}.doubleValue() > 10248 ? new Boolean(true) : new Boolean(false) ) in the "Print when expression" of the sub report. But i want to know whether it is possible to display the subreport in the same page when the hyper link is clicked or not? It is very urgent for me. Please help. Regards, Ravi Post Edited by ravindra reddy b at 12/24/08 09:32
  4. Hi All, In my main report i have many fields and a sub report with the detais. For one field, i created a hyper link. Right now when i open my main report, i see sub report for each and every record. But i want to put a condition in the "Print When Expression" of the sub report saying if a particular field has hyperlink enabled, then only i want to set it as new Boolean(true) otherwise new Boolean(false). In order to do this, i have to get the information like whether for a particular field the hyperlink option is enabled or not? How to know it by using an expression? Thanks in Advance. Ravi.
  5. Hi All, Could any one help me on how to add the drill down functionality in the iReports with Hyperlinks. My Requirement is like this. I have a field in master report(like a OrderID), need to add a hyperlink to it. On clicking on this hyper link it should pass the order id to a sub report and it should open the detail report in a new page and display all order details. Is this possible? If yes, please, i need a few hints on how to get this going. Thanks in Advance. Regards, Ravindra Post Edited by ravindra reddy b at 12/17/08 10:50
×
×
  • Create New...