Hi,
While saving report to Excel/PDF from WebIntelligence, I am getting the following error. I am not getting, why this problem is coming? Can anyone help me to get rid of this problem.
The error shown displays the following on screen message:
<?xml version="1.0" ?>
- <METHODRETURN...
Hi Ties,
Thanks for the quick reply.
I am using cross tab. I have placed measure type variables for the values I want to get in two new columns. Ony problem is that I am unable to add the column header description. Can you help me?
With regards,
Adasoft
Hi,
I have to amend one report build using Business Objects (version 6.1). The report is using two crosstabs. I am able to add the two columns needed for amendment but I am unable to add the column header description for them. While adding the column header description, it gives error message...
Hi,
I am having one stored procedure named SP1 which is having one input and one output parameter. I have write another stored procedure named SP2 which is creating a dynamic SQL statement like
@variable = 'exec ' + @CURR_PROC_NAME + ' '''+ @STR_Var_VARCHAR + ''' , @STR_RETURN_STRING OUTPUT...
Hi,
How can I insert declaration statement in XML document if I am creating XML document using DOM. For example:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
When I am creating XML document using VB 6.0 with Msxml2.DOMDocument.4.0, it is not being inserted automatically.Can anyone...
Hi,
I have got the solution.One can get the help from this too
DECLARE @TestCol varchar(100)
SELECT @TestCol = COALESCE(@TestCol + ', ', '') +
CAST(Col3 AS varchar(5))
FROM TestTable
WHERE Col1 = 1
Hi, I have written following Query
( Select PersonnelNumber , dtEmpAccount.EmployeeID ,AccountID, AttributeCode, CurrentValue, UpdatedDate,AttributeUnit , recordType
FROM dtEmpAccount, Employee, dtAccountDef Where Employee.EmployeeID = dtEmpAccount.EmployeeID
AND...
Hi, I am having 3 record in table with column name say col1, col2, col3.
I want to fetch all the 3 record in such a way that i can get the value of col3 for each record in one row.
Say Col3 , col3 , col3 .
Can any one help me I have to write these value in sequence in file.
Hi,
I am having a machine having SQL Server installed with two IP Addresses.One is local and other is global(external).My network has a router which routes the connection recieved on global IP to the local IP. If I connect from a VB application installed on a machine of my network to the SQL...
Hi,
I am having a machine having SQL Server installed with two IP Addresses.One is local and other is global.My network has a router which routes the connection recieved on global IP to the local IP. If I connect from a machine of my network to the SQL Server by giving local IP Address, then it...
Hi,
I have a new requirement.Say, there is a table having information related to an employee like name, ID , Email etc.There is folder on the system which has photos of the employees. The photo files are named based on employee ID. I want that the report should show EmployeeID, name, Email etc...
Hi,
You are right. There was fault on MSDE networking configuration settings.There were no protocols enabled for the netwrok connections.We changed it and now it is working fine.
Thanx for the support.
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.