I am trying to have a simple array formula return a value to a report when no records are found. It currently leaves the field blank when no records are found. If it finds a record it returns the correct value.
if {PM_VW.PM} in {?PM}
then
{PM_VW.PM_NAME}
else
"No Records Found
I am trying to have a formula look for a Name in Table1/Column1 and return the number in the same row for Table1/Column2. When i execute the following nothing is presented in the filed for {Table1_Column2}. This is on CR 11.0 using an Oracle database.
if {?Parameter} in {Table1_Column1}
then...
Did you find the solution to your problem? I am getting the same error message with the following:
if Sum ({MSG_DST_ENTERPRISE__PROTOCO_VW.Total_msg}, {MSG_DST_ENTERPRISE__PROTOCO_VW.DATE}, "daily") <> 0
then
Sum ({@SMTP}, {MSG_DST_ENTERPRISE__PROTOCO_VW.DATE}, "daily") *100/
Sum...
When Installing the QGE in a netra 440 the the two motherboard ce interfaces become instance ids ce0 and ce5 respectively. Ideally, I would like this to be consistent with the system that do not have the QGE installed.
I beleive the results were caused because I installed the card prior to...
I have installed a SunPCi III card in a V240. According to the Sun documentation the server now supports the use of the card, however the v240 is unable to see the card after the software has been installed. Any ideas?
The reports are created in a VB app. When the reports are generated the information displays correctly. However when selecting to export it to Rich Text Format the file is created on the server without any information in it. (0 KB) It seems that this problem is sporadic in nature. The version of...
Running VB 6.0, Crystal Report 8.0.1
I created my Crystal Rpts inside VB using the Designer, so they may be packaged and deployed within VB. When I run my app on a client I can view all reports when the user has admin privledges, but if I change the user's privledges to user I have the...
When I try to open certain applications I get an error message that the application is not a valid Windows NT application. If I go to the registry and find the path it is displayed as follows "C:\program files\app.exe", if I edit the path to add quotes as follows ""C:\program...
I am trying to update a record set via a stored procedure that gets called by my application, I receive the error message listed below. I have alredy increased the rollback segments on all numbers because I do not specify the segment that I am using. Any thoughts would be appreciated
The...
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.