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

henrydwa

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by henrydwa

  1. @slow its works!!! :) thankyou... nice.. karma submited @nlasystems yes, i'm using like your way.. but sometimes i need current page. Now it solved :D but karma submited for you too :)
  2. Sorry for my english, karma for you..., I mean, if i have 2 textfield, let say 1. textfield key=currentpage $V{PAGE_NUMBER} -> with Eval Time = NOW 2. textfield key=totalpage $V{PAGE_NUMBER} -> with Eval Time = REPORT so, if i have 4 pages, and current page is page 2, so i can know that current page is not last page. i can use this function : $X{currentpage}==$X{totalpage} ? "This is last page" : "continue...." Maybe i can use in Last Page Band, but this textfield must show in the content area. Please help me. Thankyou so much
  3. I have subreport, and split the data to 4 pages, each page have total amount is 100 (per page). If I preview the subreport, the result was correct : page 1 , summary amount = 100 page 2, summary amount = 100+100=200 page 3, summary amount = 200+100 = 300 and last page is = 400 I want get the value to master report. So in band header, it summarize the total for one previous total. I tried using "return subreport value", but the result is: page 1= null page 2 = null page 3 = null page 4 = 400 I tried to change reset type to many parameter, but doesnt work. Anyone please help me please.. Thanks Regards,
  4. Hi.. I create one TextField, and i fill with "TEST", let say the element key is TextFieldTest How to get value of TextFieldTest without set it to variables? So i want to create another TextField with expression ${TextFieldTest} == "TEST" ? "True" : "False" Please help me, thankyou so much :) Dwa
  5. Hi... I try to get 'last page' value, because i need it to hide or show one Field in middle report (let say in header band).. So that field will show if i reached last pages. I try to combine this expressions. $V{PAGE_NUMBER}.intValue() == $V{LAST_PAGE} ? "Show" : "Hide" Any one know how to get $V{LAST_PAGE} ?? I hear about evaluation time, but how to set the variables for change evaluation time=report? Sorry for my english. Thankyou so much.... Dwa
×
×
  • Create New...