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

alvintkl

Members
  • Posts

    30
  • Joined

  • Last visited

alvintkl's Achievements

Contributor

Contributor (5/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. before this i using postgres 8.4 to run the report i save in the database but after i change to postgres 9.1 then the same report can not run already show me error not in GZIP format can any one help me on this
  2. how the jasper server function? i have no ideal how it work. can some one give me some hits thank
  3. can any one teach how to using PHP to call a ireport
  4. Hi Carl i try ur drill1 and drill2 report, both can run but when i try to run the drill1 and then link the drill2, it nothing come out what should i do? i'm using ireport3.7.4 and i save the file under c:\test can you help me? is this because i not have jasperserver? Code:<band height="20" splitType="Stretch"> <textField hyperlinkType="ReportExecution"> <reportElement style="BandedTable" mode="Opaque" x="0" y="0" width="53" height="20"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$F{STATEABBR}]]></textFieldExpression> <hyperlinkParameter name="_report"> <hyperlinkParameterExpression><![CDATA["C:/test/drill2"]]></hyperlinkParameterExpression> </hyperlinkParameter> <hyperlinkParameter name="TargetStateAbbr"> <hyperlinkParameterExpression><![CDATA[$F{STATEABBR}]]></hyperlinkParameterExpression> </hyperlinkParameter> <hyperlinkParameter name="TargetStateName"> <hyperlinkParameterExpression><![CDATA[$F{STATENAME}]]></hyperlinkParameterExpression> </hyperlinkParameter> </textField>
  5. Carl the drill1 and drill2 can run individualy but i try to run drill1 and link the drill2 it can not work what is the problem i using ireport 3.7.4 only
  6. can any one answer me drill down report can run in ireport 3.7.4 or not?? if not how i going to do??
  7. i have try to create this two file and save in my c:/test attach is my file but when i run the drill1 report in the ireport and the report can be previewed but can not preview the drill2 report Code:<textFieldExpression class="java.lang.String"><![CDATA[$F{STATEABBR}]]></textFieldExpression> <hyperlinkParameter name="_report"> <hyperlinkParameterExpression><![CDATA["C://test/Drill2"]]></hyperlinkParameterExpression> </hyperlinkParameter>
  8. alvintkl

    Help

    i have 2 table table 1 stock_nbr , cont_id, qty_order 001 A001 10 002 A002 20 002 A001 20 Table 2 Stock_nbr Total Order 001 10 002 40 How to join this two table and show in ireport in below format Stock_nbr, A001,A002 ,Total_Order 001, 10, 0 ,10 002, 20, 20,40
  9. hi every one is it possible to have to detail section?
  10. hi i using postgres database and ireport 3.7.1 i need to convert amount to word i know it need to created function in the database but i have no idea to do it can any expert guide me
  11. Hi all How to return a value calculated at subreport and return back to main report to use
×
×
  • Create New...