Lbass. I put a word document. Not sure if it helps you to have a better understanding. It is not a big thing. I am sure somehow I have not correctly place the textboxes or they have to be in the GF instead of the details in order for the NewPage After code to work. Thanks and appreciate if you...
I want all the details GH, Details,GF etc.. all to be printed out on each page... lets say I am a patient.. and I want all details of my case... first visit, last visit, check up frequency, etc etc.. x rays all to be printed out on 1-5 pages.. this is my case..but somehow Mr jay case [another...
This is on the main page of the Form where it has like over 10 different Subreports. I click on Section Expert and select the SubReport....I tried 'New Page Before' and 'New Page' After to print the details of the subreport on each and every page. where Somehow it still prints on 1 page for 2...
From within Crystal itself it looks and runs fine but from outside of crystal. Business Objects renders the report as a PDF, it does not look right... the widths are not completely used up, but wraps into the next line after 5 1/2 instead of at least 6-7
It is stand alone. It is a front end java app which extract from the database to populate the 2 text fields which the user can select from a list of users. Sometimes when a case is close or whatever reason there is no data on these fields, Crystal report will bomb out. Is there a way for me to...
It is a string. Users search for certain cases to see cases associated with the workers in charge. In most cases... the 2 fields are populated and another list box populated. Crystal will crash somehow if the 2 textbox fields and listbox fields are empty or null, etc. This rarely happens ...
I did this
if isNUll({?ADDITIONAL_WORKERS}) then {?ADDITIONAL_WORKERS} = '0'
it does not show any data... but when right click to do a browse the data.. it shows all 15 of them. How do I display it?
if isNUll({?ADDITIONAL_WORKERS})=true then {?ADDITIONAL_WORKERS} = 0 else
{?ADDITIONAL_WORKERS} = {?ADDITIONAL_WORKERS}
What I am trying to do is... in the prompt if the user or system finds no Additional workers then it will still return the default data of the person or what values is listed...
I have this now but did not work.. this is also one of the several parameters. None work... not sure if I should use the NVL function..
If isnull({?Additional_Workers})=True then {?Additional_Workers}= (0,0
or
If isnull({?Additional_Workers})=True then {?Additional_Workers}= {0,0}
or
If...
I have a command in the SQL itself now...but I am not sure how to encapsulate it in Select Expert. The 2 parameters are
if isnull({?caseNumber}) then ...... not sure if this is what you mean? Thanks
I am fixing some crystal reports which has a few parameter prompts for certain case numbers and data ranges. If the user does not fill in any data it will crash crystal reports. How do I allow no values or no data in the parameters and insert a sysdate if no value is entered in the prompt? Thanks
when Crystal reports run I am trying to see if I can capture the parameters being invoked by Business Objects server. If the user requests for [expample] UserID, address, phone, roleID, roleCode, etc etc.. I would like to see what crystal reports passes behind the scenes. Not sure if I am clear...
Individual Crystal reports are being launch by any user using a Java application. They use the Java web application and then goes through different screens, sets different radio buttons, etc and clicks on submit. That launches Crystal reports and the user is able to view the report, save it as...
I have parameters which is called for during run time. Is there a way to set the parameters to accept NULL values or empty strings during run time or values have to be there during run time?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.