Is it possible to prevent a cognos report from being generated if some value say flag is set to false and only generate when flag is set to true. This value needs to be accessed within report studio.
Cognos Reporting - Generate report only if condition is met
710 Views Asked by Sana At
1
There are 1 best solutions below
0
toddsonofodin
On
- Create a query which pulls this value
- Create a boolean variable against this value
- Drag a conditional block from the toolbox in the Page area of the report
- Set the "Block Variable" property to the Variable and check the values for it to be rendered
- Create the report items (lists, crosstabs, charts) inside the conditional block
- Optionally repeat for header/footer if you want to handle them separately
Related Questions in REPORTING
- Can you report real-time visitors to your website using Mixpanel
- Add a eps file or pdf file to my report - MATLAB Report Generator
- I want to generate PDF automation report in XUnit using selenium driver and .net in visual studio?
- do you know any free reporting services like devexpress or boldreports?
- error NU1101: Unable to find package Telerik.Drawing.Skia.Trial. No packages exist with this id in source(s)
- Customization to Last Week filter
- Showing Different Sub-Reports Depending on a User Driven Parameter
- ASP.NET session has expired or could not be found in webforms app inside an iframe
- Row in Power BI Table blank
- xcresults tool is not able to export screenshots for failure cases ( xcresults-1.17.1 )
- how to create a textbox in ssrs for user entry as a parameter and limit the Character input to 18
- How do I find out where this error is coming from?
- Unable to call a custom dll method in Microsoft SSRS
- How-to export NUnit Attributes in one file/report
- Will reports still be accessible once an App is removed from Sale from the Apple Store
Related Questions in COGNOS-8
- IBM Cognos IF/casewhen + _days_between
- Cognos Analytics 11.x - Find database vendor type in a query subject definition
- Cognos Report Studio: CASE and IF Statements
- Join and max date with null values
- Filter the data in one query based on the result from another query in Cognos
- CognosTM1 Error: Syntax Error on or before Value
- Cognos : create custom groups in report studio
- Applying custom colors to bar charts in Cognos11
- Migrating Reports From Cognos8 to SSRS Report Builder 3
- CASE statement in Report Studio filters
- Congnos Ranking lowest as Rank 1
- Cognos framework join issue
- sqlopenresult' status='-239' / cognos report error
- Cognos Reports are not distributed to al the mail id's
- Need help building a Data Item in Cognos Report Studio
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?