Hi All
I have a report which is having two free hand SQL commands.
one is taking 40 sec and other is taking 6 sec in PL/SQL developer.
But when i run the crystal report after publishing it to infoview with the same commands, it is taking 2minutes.
our report doesnt have any...
Hi ALL
I have used WEViewer function to show the new report in crystal reports XIR2
WEIFrame ("quadrantA", defaultreportA,2000,2000, "NO")
But the report is showing in a small message box with scroll bars after clicking on the submit button by selecting the parameters..
How to resolve this...
Hi All
Please help me to resolve the below issue.
According to the prompt value selection,the corresponding images should get displayed in the report as thumbnails.and the no.of images are dynamic.
eg:If any item is broken or damaged,then the corresponding damaged images should be shown on...
Hi All
We have a requirement like
creating a single report with different sections and there is a need of passing different parameters to each section to get the results.
Ex:
country,region and zone are 3 sections in a report
underwhich 2006,sales and rank are 3 fields.
Country Region...
Hi All
I am using webElements in my Crystal Report and I have a drop down box for which I am using WESelect. Now the question is how to get this drop down box populated from a database column.
Syntax of WESelect is
WESelect (ElementName, ElementValues, ElementDisplays,ElementDefault...
Hi All,
In my crystal reports I am using command object with direct SQL query and I have dynamic prompts for which I am using Business Views.
If we use dynamic prompts with business views, we normally give the prompt condition in Report->Selection Formulas->Record
and we have to use all the...