• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Report printing problem for JasperReport or Crystal Report

 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I have a strange report printing requirement and I don't know how I work on it. Please help.

Scenario :

Suppose the report layout is :

[word1] [word2] [word3]

These three words come from 3 different columns of a table.

The issue is if word2 is empty, then the report will look like :

[word1] [word3]

My question is that how to indent the word3 so that its position is next to word1 as the following:

[word1] [word3]

If don't understand what I mean, please let me know. This is urgent.
Welcome any JasperReport or Crystal Report guru for help.


Thanks
Benson
 
reply
    Bookmark Topic Watch Topic
  • New Topic