RE: Connecting to PeopleSoft running on Sql Server
Yes please, sent SQL code to debbie.peabody@quest.com
View ArticleRE: Issue with creating connection to PostgreSQL
There is a "Product Support" button off of the Help menu. That should point you in the right direction. I've never opened a support ticket either. I just answer them[H]
View ArticleRE: Issue with creating connection to PostgreSQL
Hi Debbie. This conversation can be marked as resolved!!! Woohoo!!! thank you so much for your support!!!! Love your tool. (sorry for so many exclamations but I am very excited that I won't be yelled...
View ArticleRE: String variable send as arguments adding single quotes
I figured it out. I just surrounded the argument variable in double quotes like "#avar#" and that worked.
View ArticleString variable send as arguments adding single quotes
I'm having an issue with toad adding quotes to argument when using the Run Program activity.My variable formula calelled myDate = To_char(Current_date(), 'YYYY-MM-DD') .my batch test batch command is...
View ArticleSummary Grouping With A Calculated Field
Hello,I have a TDP report that groups figures based on location where I have a summary at the bottom of each group.In that report there are 2 columns that are percentages calculated by the SQL, but I...
View ArticleRE: Comments not exported in in Create scripts on Teradata
I don't see an option for this, but TDP should be including the comments.What version of Teradata? Using ODBC to connect, or native?Also, couple things to check:1. Scroll down to the end of your...
View ArticleRE: 'Save As' Window Not Working
I looked this issue today. I found that if you turn off the Auto add files to the library you will use the old Save dialog and won't have this issue.
View ArticleRE: Comments not exported in in Create scripts on Teradata
In the doc viewer the comments are not shownin the properties tabs, i can see both column and table columnsAccording to dbc.dbcinfo our Version ist 15.10.07.04
View ArticleRE: Comments not exported in in Create scripts on Teradata
Asking Support/Dev team to take a looksie...
View ArticleRE: Comments not exported in in Create scripts on Teradata
Comments are not part of CREATE TABLE DDL that’s why they were not included in the script.I create a task QAT-12381 to add the option to include comments into the Script. RegardsAleksey
View ArticleRE: 'Save As' Window Not Working
Debbie:Thanks for the update! I tried this change and it seems to have made an immediate impact. Also, I discovered in the intervening months that just skipping the mouse operation and hitting...
View ArticleRE: 'Save As' Window Not Working
That is very useful info. I will add to the coding task for review.
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 ArticleRE: Summary Grouping With A Calculated Field
I would suggest to use Pivot Grid in this case.Here are the links to video tutorial and help topic how to use the Pivot...
View ArticleHow do I view table metadata without direct access to tables/content?
I'm looking to view table/field metadata for an oracle database. I do not have access to the tables/content in the tables, but have been granted access to the metadata. How can I go about viewing...
View ArticleRE: Summary Grouping With A Calculated Field
The following post shows how to use Pivot Grid and it could also be useful for...
View ArticleRE: How do I view table metadata without direct access to tables/content?
Connect to Oracle and go to the Main menu View | Object Explorer. After that select Your_Schema | Tables and Your_table and select View Details from the right click menu.RegardsAleksey
View ArticleRE: Executing a script that executes another (using @)
Opening a file and reading the contents using @sqlfile is a SQL*Plus feature. The Toad Data Point editor does not support SQL*Plus. We do have another utility that does. On the Editor menu there is an...
View Article