I have a requirement in crystal report to display/hide specific column. I am trying to control the object by suppress condition. But when the column is to be hidden it shows an empty space (which looks wierd). Is there anyway I can manage such columns so that it does not occupy space when not to be shown and allow the previous column to take its space.
I am stuck with crystal report version 13.
If the number of different column configurations is reasonably small, you can create a different detail section for each (Details a, Details b, ...) and then use a conditional expression for the Suppress property of each section to hide all but one of these sections.