RE: System.Xml.XmlException
Hi,I'll try to reproduce the issue. But could you please let me know, what database and TDP version do you use?Thank you.Libor
View ArticleRE: Subquery and Union in Cross-Connection Query Builder
Hmm, perhaps I don't fully understand what you are trying to do.You want to do UNION with 5 tables and then use the union as a subquery. But could you please give me a more concrete example, how the...
View ArticleSubquery and Union in Cross-Connection Query Builder
Hello,I am trying to combine 5 different tables from 5 different schemas on the same connection using UNION. With those 5 tables being combined I need to do a subquery to a different connection. Am I...
View ArticleRE: How can I show parameters in a Data Report Builder report
Hello,May I ask you what version of TDP do you use?I just tested this in 4.2.0.207 without any problems. That's how I defined the binding on label:Libor
View ArticleRE: System.Xml.XmlException
Thank you for your reply.I use bank database. TDP version: 4.0.0.624.I believe it’s related to some option of the software that I need to turn on/off. It’s not syntax issue. ThanksChunchun
View ArticleRE: System.Xml.XmlException
Hello,I meant what type of database do you use (Oracle, Sybase, SQL Server, PostgreSQL, DB2, etc...).There seems to be some problem in parser. So I need to know, which syntax do you exactly use.Thank...
View ArticleRE: System.Xml.XmlException
This is definitely some kind of deep parsing error that would be done by code completion. It is complaining about Line 6.Expecting white space. Line 6, position 62.Look at the line and see what is...
View ArticleRE: How can I show parameters in a Data Report Builder report
Thanks for checking it out.I'm using TDP 4.2.1.303 64 bit(Trial). I see the same as you except for the (dropdown) triangle to the left of "Parameters", also selecting Parameters under...
View ArticleHow can I show parameters in a Data Report Builder report
In a (paginated) I'm building with the Data Report Builder in TDP I would like to show what parameters I used to generate the report . I see "Parameters" as possible "Data Binding" of a "label" but if...
View ArticleRE: System.Xml.XmlException
I even don’t have anything in line 6, position 62.Line6:on a.LoanNum=b.LoanNumand a.SnapshotKey=b.SnapshotKey. That’s it.It’s less than 62 characters. ThanksChunchun
View ArticleSystem.Xml.XmlException
Hi, I write a simple query:select sum(b.variable) as loan_amtfrom DatabaseName.dbo.TableName aleft join DatabaseName.dbo.TableName2 bon ...Then I got the error below, any...
View ArticleRE: Use Variable as Sheet Name when exporting to Excel
Never mind - I got it - using a colon: Sheetname = :VarFieldName
View ArticleUse Variable as Sheet Name when exporting to Excel
Can you use a variable name for a worksheet name when exporting to Excel? either with the Export Wizard or Export to File? When I name it #VarName# my worksheet is named #VarName#. Is there some...
View ArticleRE: System.Xml.XmlException
The error on line 6, position 62 comes from the parser, which uses XML representation internally. So actually this position doesn't say anything about your SQL statement.However I was able to reproduce...
View ArticleRE: How can I show parameters in a Data Report Builder report
Hi,I've just tested 4.2.1.303 64-bit and it works for me too. I'm not sure if I understand what you mean by "the triangle to the left of Parameters". Does this mean you don't have any parameters...
View ArticleRE: System.Xml.XmlException
Thanks for your kindly reply. I turned on some option to make invisible character visible and modified as I needed. The problem is solved. ThanksChunchun
View ArticleRE: How can I show parameters in a Data Report Builder report
Thanks for checking.I have 2 parameters in the SQL, I'm prompted for them when I preview or run the report. Yet if I use the .tdr file in an automation I'm not warned about the existence of...
View ArticleWindows 10 Upgrade Compatibility Issues?
Hello, I recently upgraded my computer to Windows 10. Since then, I've been experiencing issues with Toad Data Point Viewer freezing up on me. I am using version 3.7.2.16. Has anyone else experienced...
View Article'Save As' Window Not Working
The problem here is that the buttons for 'Save' and 'Cancel' in the 'Save As' pop-up window do not function. The window otherwise works as intended (but is still useless!). I also discovered that...
View Article