Re: How to make Excel report transpose data
The following is the query you need to run in an Excel report in the Dashboard module.SELECT Release, [1-Urgent],[2-High],[3-Medium],[4-Low] FROM ( SELECT REL_NAME AS Release, BG_SEVERITY AS Severity,...
View Articleattachment button in new bug
Hi All,I was wondering if there is a way to Remove/disable the attachment button from the new bug?
View ArticleRe: How to get the actual results, Comments from the executed test cases into...
You need to either execute database queries or use the available APIs (OTA or REST), if you want to imbed the retrieval in an Excel workbook.Why not just use one of the report options available in the...
View ArticleRe: Configure auto mail fields
the stylesheets, IIRC, are in the SA path, not the QC path. Smart repository only impacts the QC path.
View ArticleRe: How to make Excel report transpose data
I still get ORA 000936 Missing Expression. Have checked the commas and the parenthesis, not finding anything. Suggestion?
View Articleuser wants Full Name to be displayed and not the User Name in the reports.
user wants Full Name to be displayed and not the User Name in the Excel reports, is some body have SQL code devloped for this ? Appreciate your response.
View ArticleHP ALM and IE 11
Hello everyone, Can you please let me know if IE11 supported with ALM 11.00 Patch 15?I think it only supports IE 7, 8, 9 and 10. is there a patch to support IE 11 too? We have some users on IE 11 and...
View ArticleRe: HP ALM REST API 12 - Error 500
If I try only verify the result of isAuthenticated() method, this returns me the error: "Error 401 Authentication failed. Browser based integrations - to login append '?login-form-required=y to the url...
View ArticleTake a product survey
Hello Quality Center users, We are conducting a product survey and would love your feedback. Simply click on the link below to take this brief survey....
View ArticleSet default text in user added memo field in Req module
Hi, Thanks for reading my question. I have multiple req types that we use in the req module of QC 11.0 ALM. One of my coding requirement is to display a default text in a user added memo field that is...
View ArticleHow can we re-size a field (make it wider) in the New Requirement window?
I need to make the Requirement Type ID field in the New Requirement window [of QC11.0] wider to be able to show the entire requirement type. How do I accomplish this. Any user guides or direction is...
View ArticleCan somebody explain? ALM 11.00 patch 15 and admin rights after any windows...
Hello, We had an user that couldn't run ALM 11 - Patch1 5 on her workstation because her system was updated with IE 11 from IE 8. So we decided to install her back IE 8. After installing IE 8 now she...
View ArticleHow to modify all marked Requirements with a user defined button (Workflow...
Hello, I am using QC 12. I have written a own action to set a fields value after having a requirement marked. When I mark one Requirement and klick my own button, the fields value ist set. When I mark...
View ArticleRe: Query to fetch testcase not in use in test plan folder
Are there any additional levels of folder heirarchy?What Type of tests are these - manual, automated, or something else?What method did you use to link them? Did you insert Call To Test steps in your...
View ArticleRe: attachment button in new bug
I don't believe there is a way to remove built-in toolbar buttons. You could, however, prevent the functionality from executing when the button is clicked. This can be done through workflow customization.
View ArticleRe: How to make Excel report transpose data
I'm afraid I don't have any suggestions. I use MS SQL rather than Oracle. I had to comment out your WHERE statement during my testing because "to_date" is not a supported function in SQL. Otherwise it...
View ArticleRe: user wants Full Name to be displayed and not the User Name in the reports.
There are many threads on this forum about displaying Full Names. Hare you searched this forum to see if your question is answered in another thread?User Full Names are not stored in the project data...
View ArticleRe: HP ALM and IE 11
You can find information about supported configurations and the requisite patches for ALM 11.0, 11.52, and 12 here:https://hpln.hp.com/page/alm-qc-enterprise-technical-specificationsThat page states...
View ArticleRe: How to make Excel report transpose data
Thank you so much for your assistance. I have successfully created a Pivot Chart and Table in Excel. Wish I could 'view' the VBA code. Then I would put it in the 'Post-Processing' part of the Excel...
View ArticleRe: HP ALM 11 - Issue with action "NewDefect" from StepsView and "Bug_New" subro
I am facing the same issue with the above code...the 'new defect' screen that is called does not match the format (hidden fields, field order, etc.) that I have outlined in Bug_New and Bug_Move To. Did...
View Article