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

fengjianquan_1

Members
  • Posts

    7
  • Joined

  • Last visited

fengjianquan_1'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. @akonkin Hi akonkin, I knew the default value in jrxml and define it. but in jasperserver, I don't want to use this which default has been defined in jrxml. Just want to define at jasperserver input control. Can you help to give me some advice? Like below: We can not define default in jasperserver. is it correct? Thanks a lot.
  2. The "--context_param search_date=20151027" is correct. Just my etl program need to run all job, so used [tRunJob] but not selected [Transmit whole context].
  3. How to set one default value to input control in jasper report server? Can you help to give any solutions? Thanks a lot.
  4. In my *.bat file the content is like below: java -Xms256M -Xmx1024M -cp ../lib/systemRoutines.jar;../lib/userRoutines.jar;.;dailyreportalljob_0_1.jar;dailycnt_0_1.jar;dailynotpass_0_1.jar;../lib/advancedPersistentLookupLib-1.0.jar;../lib/commons-collections-3.2.jar;../lib/dom4j-1.6.1.jar;../lib/jboss-serialization.jar;../lib/log4j-1.2.15.jar;../lib/mysql-connector-java-5.1.30-bin.jar;../lib/trove.jar; dailyreport.dailyreportalljob_0_1.DailyReportAllJob --context=Default --context_param search_date=20151027 %* In default config search_date is 20150101, and I have used "--context_param search_date=20151027" to set search_date with 20151027. The result is that search_date still got default config value. Can you help me to give me any solutions? Thanks a lot.
  5. I have defined one context parameter: search_id. Now there is one component tMySqlInput in my job. I need to search some data by below sql: "SELECT count(1) FROM business WHERE business_id=?" In the "where clause" need to use context: search_id. Can you help to give me any solutions? Thanks a lot.
  6. Hi All. I need to use context param(context.emp_id) in sql at tMysqlInput (component). Like below: select name from emp where id=context.emp_id Can you help to provide any solution? Thanks a lot.
×
×
  • Create New...