Posts tagged Rory Cornelius
Set Up Row-Level Security in Data Modules by Using queryValue Function

I've been in several situations where a client is hesitant to use a Data Set because of the lack of row-level security. While IBM doesn't provide the same data security functionality for Data Sets and uploaded files, you can easily include row-level security using the queryValue macro function. Let's step through how to do it using an example use case.

Read More
Securing Cognos Folders & Objects

When someone talks about security in Cognos Analytics, there are several things that they could be referring to. "Security" could mean making sure web traffic is encrypted with SSL or which capabilities a particular user has access to. It could also refer to what data a person is able to see. However, today I want to talk about the best practices around Cognos object security.

Read More
Creating Custom Data Visualizations in Cognos 11.1.5

The ability to add your own custom visualizations came with Cognos 11.1.4 and has only improved in the 11.1.5 release. Being able to create or adapt an existing chart created with any JavaScript library means we're no longer tied to what IBM provides. If you see a chart in another tool that you like, then I'm sure there's a way to create it in Cognos.

Read More
Creating Custom Calendars in Cognos Analytics 11.1s

One of my favorite features of Data Modules since version 11.1 is the ability to easily do relative date analysis. What used to take a bunch of coding in Framework Manager or several queries within a report, you can now do by pointing your measure to a calendar in a Data Module and automatically have several relative time data items and filters available.

Read More