• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
 
All of life is a contant education - Eleanor Roosevelt. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic