Cognos Analytics 11 - Show or hide detail lines by prompt - cognos-bi

I have a report written in Cognos Analytics 11 - I would like to Show or hide detail lines by prompting for Detail or Summary report. I am not sure how to do this in Cognos Analytics.
I did it in the old Qrep by using a conditional format for a prompt, which didn't work for me in Analytics.
Thanks in advance for any help you can give me. :)

Related

Error in pentaho report for odoo 8

I made report using Pentaho report designer in Odoo 8 .
Now when I print my report i get this problem as you see in the screen
Please help me to solve it.

Export/view next page/refresh action from Crystal report not using filter condition and showing all the data

I am using Crystal report in VB.NET web application.
IDE: VS 2010 Ultimate
Crystal Report installed: V13.0.16
I am able to view my crystal report with data, but when i click the refresh button or next page button or export option in CR menu.
the whole filter condition is reset and all the data related to the report is displayed/exported.
when i re enter URL which has filter condition then it loads the data with filters.
Request.QueryString() is used to get the filter details
and report details.
I need help at the earliest. Kindly help me.
I have fixed the issue which is posted above.
The application was developed using Crystal report version 13.0.0.99 (approximately 6 years before). I tried to upgrade it with latest version but it didn't help me on time. When i use the version which is used during development solved the error. The export or next page or refresh post back didn't reset the report content.
I am not sure how to fix it with most recent version of crystal report. This Discussion sounds like a solution with latest version but i don't have additional time to use it. I hope this could help some one in need.

HPQC ALM12 - Results not being filtered on excel sheet on new version of quality center

I have an excel sheet that was working flawlessly with hp quality center 11. When I was moved to HP QC12 , it stopped bringing the results from the filters (tree or grid) and instead it brings to my excel sheet all the requirements list for all projects.
link
This is the file in question that is working perfectly for alm11 and brings ALL reqs from all results on alm12. I went through the code but was not able to find solution for this issue, nor pin why is not filtering the requirements by filter.
The issue was ALM12 was not registered correctly. I executed the registration of tools with IE being ran as administrator as explained here
http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/Connecting-VB-Excel-macro-to-HP-ALM-QC11-52/td-p/6453694#.VZ5LmXqqr9w
Thanks to all

Why do I see a database login dialog when I show my report?

I have created my report using my friend's laptop, but when I copied it to my laptop and tryied to show the report I see a database login dialog.
this is the project I've worked on it.
http://www.4shared.com/zip/ZWHy0zPrce/WindowsFormsApplication7.html
My database saved in Debug Folder.
I've used DataSet.WriteXml() Function for the report.
Please see it and modify it please.

SharePoint help needed

I need to write an event listener which will execute my custom C# code while uploading a document in the list. For example, When I upload a pdf document ( which is having some editable text fields ) in a list , my c# code will write some information to the pdf and it will get attached to the list.
Can someone guide me to the right direction ?
I understnd this is connected to your question yesterday. You have also mentioned that you don't have any experience working with c#.
This MSDN Page should get you started but I strongly advise some developer to help you if you don't have any experience working with ShrePoint.
This is the nice place for you to get started, this link details about what is an eventhandler,when to use it & its types.
Refer this for example on Attachment Events.
Both the above links are 2007 but it holds good for 2010 as well.