When the subject of Cognos Analytics data modules comes up, the discussion usually turns to what they are and how to use them. But what are the best architectures to support those use cases?
In this on-demand webinar, we focus on the potential architectures and use cases for Cognos data modules. With an eye to new implementations, we look at data module architectures that do not exclusively rely on the legacy Framework Manager tool.
- Data module architectures
- Hybrid
- IT-driven data modules
- End-user driven data modules
- Concepts of data set libraries
- Review of real-world data module use cases
- Current pros and cons
- Current data module gaps as compared to FM and other modeling use cases
Presenter
Pedro Ining
Principle BI Analytics Architect
Senturus, Inc.
Pedro joined Senturus in 2010 and brings over 20 years of BI and data warehousing experience to his role. He’s a veteran data architect, developed his skills as the BI industry evolved through multiple iterations of BI platforms including Cognos, MicroStrategy and Tableau.
Read moreQuestions log
Q: Is it possible to connect multiple fact tables to the same dimension table or multiple dimension tables in Cognos? For example, if we have five fact tables and three DIM tables with four out of the five fact tables connect to three DIM tables?
A: Yes, this typical star schema model is fully supported by data modules.
Q: When you say pointing to data in Cognos, users in our environment can see Frameworks, but within modules, they cannot see tables in our data warehouse (which are used to develop many of the frameworks). Are there other configuration/settings that we’re missing? For example, if users go to Microsoft Access, can they see the tables within the warehouse?
A: When you create the Cognos data source connection be sure you load the metadata for the schema. This is a button in the data source connection properties.
Q: If our users have read only access in Cognos, can they copy data module from their “My Content” and make changes all join?
A: Much like a report, users can copy the data module to their My Content and then make changes. But they are no longer linked to the READ ONLY data module and will no longer see any more changes that IT may make.
Q: How resource intensive are data modules compared to Framework Manager? Does Cognos suggest additional resources if using DMs vs. FM?
A: Since data modules can integrate many different types of data sources – DB Connections, FM packages, data set and uploaded Excel files it will depend on the content of the DMs. A DM with only data sets will generally perform better but you may need to keep an eye on the memory use of the data sets in Cognos.
Q: How many Cognos Framework Manager packages can be combined in a data module?
A: There is no limit, but it really is a best practice design issue. Make sure your data modules are concise and subject specific.
Q: When combining a Cognos Framework Manager package with a data module, does the FM package need to be built in DQM or can it be CQM?
A: The FM model needs to be in DQM.
Q: If I get an error when I try to bring an ODS package into the Cognos data module (when trying to run a report) will I need help from IT? It says connection information is missing from data source (ODS). I do not have administrative access to contact the administrator.
A: Like running a report against a package, if the data source connection of the package contains incorrect connection settings, you will need access to that connection. Try calling IT to fix the package connection.
Q: If the Cognos Framework Manager package can be either CQM or DQM, are there any advantages or disadvantages between the two?
A: DQM is really the better of the two modes. It is the newest mode and uses a 64BIT java engine vs. the 32bit CQM engine. Most current and future Cognos Analytics 11x features will require DQM connections.
Q: If I create a hybrid Cognos data module with query subjects that have object-based security, will that security be preserved?
A: A data module that brings in Framework Manager package objects will respect the security model of the FM package.
Q: In Cognos 11.1.7 can I copy query objects from reports to a data set?
A: The 11.1.7 release uses the query tools from the report studio tool set. But we do not believe there is an easy was to import those query objects from reports to the new 11.1.7 data set editor.
Q: With the data set library, how do I save different Cognos data sets for different departments since the data set is saved under the same name? The security is based on department at my organization.
A: You can use simple Team Content folder security to create data sets for departments in different folders. Then the folders are secured for each department. Beyond data sets, you can have one master data set that is in a data module that contains security based on Cognos security groups. Then the data module is the one that is published and then users can link to that data module.
Q: Will the architecture model work in Cognos 11.0.13?
A: Possibly, but there are so many more data module features added through the 11.1.7 release. We recommend not using that release.
Q: How can I get the presentation for this webinar?
A: Access the deck and the recording at: https://senturus.demo.techyscouts.dev/resources/cognos-data-module-architectures-use-cases/.
Q: Would you recommend using data modules in Cognos 11.0.11?
A: We recommend waiting to upgrade to the latest release because of the many improvements to data modules.
Q: How much RAM is used when using Cognos data sets?
A: Depends on the size of the data set. You can adjust how much memory Cognos devotes to data sets in the advanced settings section of the admin console. Initially it is set to 4GB.
Q: We already use end-user data driven models when we combine sources to create Cognos data modules. To improve the performance, we’ve been creating data sets with data modules and then bring it back to data module. Although this process works, we have been facing issues when trying to combine package and other data sets in data module. Are there any shortcomings while using packages in data module?
A: To your first point, 11.1.7 now has an improved data set editor. The full query painter tools in Report Studio are now available in the data set editor. So that step of creating data modules to create data sets could be discontinued. Using packages in data modules can become confusing since you don’t really see the tables on the relationship diagram editor, and this is by design because of the potential of seeing too many tables. Which is why we like to only expose the tables we need from packages in DMs via views. Remember, you are at the mercy of how well those FM packages perform and bringing in a large table from a package into a DM will still perform the same.
We’ll analyze the requirements and if possible, create a data set from that package that is more subject focused and smaller than the full table in the package.
Q: How are Cognos data modules validated?
A: They are automatically validated in the tool
Q: How do Cognos datasets perform against cloud?
A: When you join a data set to a cloud table, Cognos will bring the data from the cloud table and join it to the dataset at the Cognos server.
Q: Is there possible versioning on Cognos data modeling?
A: There is no native versioning so you will need to make copies of a data module. However, Motio has versioning capabilities.
Q: In Cognos Framework Manager, can we do complex joins with SQL statements? Can we do those complex joins in Cognos data modules as well? Or are they limited to simple joins?
A: The later releases of data modules allow for complex joins. We recommend you start your data module journey with the latest release of Cognos 11.1.7.
Q: Can we include several packages in Cognos data modules and then in report editor join queries from various packages in the data modules?
A: Technically yes, but it will look messy to report writers. We advise exposing what you need then hide the underlying packages in a data module.
Q: How can we make a translation layer in Cognos data modules for reusing translations for role playing dimensions?
A: For role playing dimensions, bring in the physical dimension table. Make table view copies of the table then hide the base physical table. Do this in a folder, it acts like a physical namespace layer.
Q: When is the auto refresh capability arriving in Cognos? For example, we’d like to use a flat file loaded from a drive. Every time the file is updated, we need to reupload the file.
A: Great idea, but we’re not sure when that feature will be arriving. It might be possible to do this via the SDK.
Q: Does IBM want users to move off Framework Manager and instead use data modules?
A: For new modeling tasks IBM would like you to start with data modules. There are so many Framework Manager models in use that we don’t advise doing a complete 1 for 1 migration of an FM model to a DM. It’s better to just find what parts of that model is in need of re-engineering and focus on those.
Q: Where is the data stored from data sets in Cognos?
A: They are stored on the Cognos server in a parquet file format.
Q: What are advantages and disadvantages to storing Cognos datasets in a content store database vs. external files?
A: Initially they are stored in the content store, but we recommend storing it on the file system because as your user base uses this feature, the content store is going to get too large. With a file system you can devote specific storage locations that could be optimized for retrieval.
Q: Does report execution mode changing to 64-bit help in Cognos datasets and data modules or in general?
A: Yes.
Machine transcript
0:05
Greetings everyone and welcome to the latest installment of the Senturus Knowledge Series.
0:10
Today we’ll be discussing Cognos Data Module Architectures and Use Cases. Before we get into the heart of the presentation,
0:20
a few housekeeping items Please feel free to use the GoToWebinar control panel to make the session interactive. While we have all of the attendees muted out of courtesy to our presenter, we do encourage you to submit questions in the questions section, as you can see on the slide.
0:37
We generally try to respond to all the questions while the webinar is in progress, so stay tuned. We do that at the very end.
0:43
If for some reason, however, we’re unable to cover all of the questions, or we don’t know the answer off the top of our heads, we will complete a written response document that we’ll post on
0:54
senturus.com, along with the presentation. So the first question we get early and throughout the presentation is, can I get a copy of the deck?
1:03
And the answer is an unqualified, absolutely.
1:06
It is available presently on senturus.com. Go to the resources tab, and then within the Resources library.
1:13
It’s a great place to bookmark as it has tons of great valuable content addressing a wide variety of business analytics topics.
1:21
Alternatively, the link has also been placed in the GoToWebinar control panel, and you simply click that, our agenda today, after some quick introductions, going into the heart of the presentation, covering Cognos data module architectures.
1:34
Talking about dataset, libraries cover some specific use cases, then, again, stick around for informative, but a brief Senturus’s overview and free additional resources to get to the Q and A at the end.
1:48
So joining me today is Mister Pedro Ining on the Senturus backend.
1:54
He has over two decades of data warehousing experience that he brings to this role, he’s a veteran data architect developing his skills as the BI industry and evolved through multiple iterations and BI platforms, including Cognos MicroStrategy and Tableau. My name is Mike Weinhauer I’m a director here at Senturus.
2:13
I’ve been designing, selling and delivering BI solutions for I’ll just say in excess of 25 years, and among my many roles at Senturus is hosting our webinar knowledge series.
2:27
As usual, before we go, just before we get into the heart of the presentation, we’d like to get our finger on the pulse of our clients and the attendees of the webinar, so, to that end, I’m going to launch our poll.
2:39
Today’s question is, which version of Cognos are you using?
2:42
Select one of those. Are you using 11.1. or somewhere between 11 and 11.1.6 or version 10 or earlier.
2:54
The rationale for that is that data modules didn’t exist in version 10 earlier?
2:59
So that would tell us, you know, your relative level of sophistication with it 11.1.1.
3:13
Let’s see, we’ve got about 70% of people voting here. Go ahead and get your votes in.
3:29
So it looks like the preponderance of you closing down two thirds are somewhere in the middle.
3:34
Good chunk. You all are on the latest and greatest, though. And then we got a small percentage on 10 or earlier.
3:39
So interesting. More on 10, but probably good to see that. That’s the case. Thanks for sharing the information with us.
3:47
Always interesting to see what are audience is doing. And with that, I’m going to hand the floor over to Pedro.
3:53
It’s all yours. All right. Thank you, everybody.
3:57
So, Cognos data modules architectures and use cases. But, before we get into that, let’s just ground set, we’ve got a couple of our webinars are already out there that focus on Cognos Data Models versus Framework Manager and self-service. We’re going to talk about architectures today, but let’s ground ourselves a little bit for those people who may be coming in cold.
4:21
What are data modules?
4:23
So, Cognos data modules came out with 11, it’s really a web based, and user focused data blending modeling transformation tool with Cognos
4:35
11, allowing end users to be able to do their own modeling within the Cognos tools set, without having to use framework manager.
4:48
It’s really IBM’s response to this term of data democratization.
4:54
Other tools, like Tableau and Microsoft Power BI, now allow end users to do their own modeling, bring in their own spreadsheets, point to a variety of different data sources, And generally, in the 10 data series, and below, IBM was more of an IT centric type of product, where IT would have to do the modeling for you, create the FM model, and publish the package. And there’s very little that end users can do to enhance that model, or actually do their own.
5:25
So, with new tools like Tableau and Power BI, some of the first things that those tools wants you to do, is point to a data source and do the modeling yourself, And that allows you to get a lot of power out of end user, self-service modeling techniques. So, I believe that I have, in my opinion, 11.9 now, through 11.1.7. This is really IBM coming up to par with some of these other tools that are out there in the BI industry right now.
5:55
The release 7, 11.1 is the latter as the latest release coming out.
6:01
It came out, actually, last summer. 11.2 is coming out end of March, April timeframe.
6:11
But, there are at least seven, definitely, significantly closer, less some of the technical gaps between the Framework Manager and data modules.
6:16
And I think you’re going to see a lot of continued enhancement in this particular toolset within the Cognos Analytics series.
6:27
And, another point here, all future development resources are going to be focused on data module specific enhancements.
6:35
The Framework Manager tool that was used prior for most modeling activities will be supported alone. They probably will never be ever deprecated to a point where they want. They will take it out of the product.
6:47
But a lot of the new enhancements are going to be done in data modules themselves.
6:52
So, before I move on to the architectures, I’m sure there’s a lot of people who are asking, you know, what our data modules still missing. There’s probably a lot of IT folks out there who are using FM. I’m going to get this out of the way real quickly here before we get into the higher level topic.
7:07
Just to tell you what’s not there right now.
7:13
For those of you who are using Framework Manager to do dimensionally modeled relational, I think that maybe there’s a lot of people still using it, but I think that particular niche of FM modeling is going down and use. The DMR.
7:25
The DMR piece is not supported in data models right now.
7:30
One other aspect, object based security, basically allows you to secure parts of the model, like tables and things like that, and fields, based on security, is not currently supported.
7:42
Team based modeling, is not supported, but, uh, from my opinion, we haven’t used that a lot, and it is more of a user based modeling tool.
7:54
But if you’re asking that question, can you do the branches and emerge of team based modeling that’s in FM, best, currently, not there.
8:01
And parameter maps, there’s some advanced FM modeling that’s done with multilingual packages and maybe very complex row level security implementations. In parameter maps.
8:15
That’s not there.
8:18
We’re hoping to see some of this get picked up.
8:19
In the end, we did a whole webinar on FM verses data modules on the Senturus website, we did talk about how you can somewhat simulate the FM style namespaces and packages.
8:35
I would encourage you to go there and take a look at that as well.
8:38
The last one here is interesting, because we actually found this out on one of our projects, where we were trying to implement data modules.
8:46
The search and select prompt for reporting there. You can see on the right, that’s used quite a bit when you’re creating a river or a static report, and trying to do some prompting with a search to select. For some reason, that’s currently not supported if it is a data module source.
9:02
So, if you have very strict report implementations that maybe need that, you might have to think of another type of prompting scenario that you might want to use. So, we found that out a couple months ago, which was kind of interesting, and we started using these things, so, just some things to think about. I kind of outline them here. These are some of them.
9:21
There’s always that whole FM versus data modules. How would you do this in data modules?
9:30
I would encourage you to take a look at the other webinar for that.
9:34
But for this webinar, what we want to talk about are some potential data module architectures.
9:41
I think a lot of the evolution of data module, just, how do we use it? You know, what does it do? That’s a very new kind of concept.
9:51
And how does it compare to FM? What are the features, all the different features, data models are very specific, technically.
9:58
But what we would like to really kind of talk about today is maybe some potential key architectures that can use, that you can use to implement data modules.
10:08
And, as we kind of worked through, the marketplace, worked through some of our clients to look through some of our use cases. We’ve kind of come up with, maybe it’s basically kind of like, three categories of wear.
10:19
You might use these type of architectures there as the IT, we’re calling it the IT Driven Enterprise Model, and we’ll talk to this, the hybrid model and really appear end user driven model because Cognos, we’re basically has lot of legacy.
10:34
Right? It’s been around since the nineties.
10:36
It’s gone through Cognos Report Net diagnose a Cognos 10 fabric model, different architectures that have been implemented.
10:45
And now we have this new, did a modular architecture. And what we had a lot of legacy out there.
10:50
And a lot of folks have a lot of FM packages and things like that, they’re still out there.
10:55
So as we drive through the hour, let’s talk about the classic FM model for just the baseline.
11:02
Generally, you IT will gather the report requirements from the end users, they’ll develop the framework manager model there.
11:11
In a silo Sometimes the local will go away for a Cup Maslow create the model based on some of these user requirements.
11:19
Then it publishes the package from their Fabric model and it creates data reports from the package.
11:26
Then, of course, your users can create their own Ad Hoc Analysis and reports from the package. But that whole layer of Cognos package and framework metal manager model development is typically hidden from the users and it’s kind of a black box, OK?
11:42
So, what we’re trying to get to is, we can kind of still kind of use that model, in a sense with data modules.
11:50
I think there’s still a lot of value in having this kind of model apply in a data modular framework.
11:59
So, yes, we can replace the use of FM with data modules.
12:05
Because when we all try a wrestler, what does subject? Well, should I replace my FM models with data models?
12:12
But we want to kind of parameter, tries a little bit more so for new modeling projects against new data sources.
12:22
Yes, we can use Data modules in that respect, but they’re driven more by business requirements versus say modeling the entire database, the title, the entire ERP, creating one massive FM model are creating one mass of data module against that source, OK?
12:42
So, they’re meant to be kind of done and maybe smaller subject area bites, right if we use that concept.
12:51
So for existing legacy FM models, the question comes will I should I reverse engineer my entire FM Model two data modules?
13:00
And generally, I think the answer is, is basically no. I think what you have, you have a lot of FM models out there, and they’re working fine for you.
13:07
Either they got hundreds of reports against them, but there could be areas, subject areas, and as FM models that really need to be redesigned because a lot of these FM models have been around for 10 to 15 years. They’ve grown. Their namespaces in there with the current developers have no real understanding of why they are the way they are.
13:28
And users use these things maybe from a self-service perspective and get very lost and what, what they are.
13:34
So, if you look at it from that perspective, you could select business relevant subject areas in that FM model that could be redesigned for better self-service.
13:43
You could take that approach, and I would recommend taking that approach, versus doing a full reverse engineering of something like that.
13:53
So, when we do this, we create that data module, For example, IT will do it, in this particular, Enterprise driven mode.
14:01
We make that data module read only.
14:04
And it’s controlled by IT, So, for those of you who are concerned about, you know, data governance, and people are creating data models directly against data sources, and you have data joins, and complicated data relationships. That you don’t want to go crazy.
14:20
We could create the module for the users.
14:24
Make it read only in a sense, and have a controlled by I T.
14:31
Then end user models can link to this module, or create datasets for their own modeling purposes, like what I’m showing over here, so you have, you have users over here in the top.
14:42
Will, maybe we’ll write reports or do self-service against this?
14:46
Maybe better model the data module?
14:50
But it’s IT control. They can’t change it. The relationships. And everything is controllable IT.
14:55
They can also do a LinkedIn model. And this is where I want to break out and show you a little bit of what that could potentially look like.
15:02
So let’s go over to our cognizant environment over here.
15:07
I’m going to go to my content. I have some modules already created. Let’s look at this one here. This is a starting point.
15:14
This is, by the way, release seven.
15:18
And what we have here in the data module editor, is maybe the starting point of what IT will have.
15:25
We, they usually kind of have to bring these tables. And this is your typical Go sales data source.
15:32
And what IT will probably have to do is clean this up a bit to make it easier for end users, to work with them when, one thing we have here is like, a detail had a relationship over here, and we would maybe want to create, similar to FM, emerge Croix’s subject.
15:49
So, in this concept here, we have the creation of custom tables, which is a view, and we create this view, and this is called Sales fact, for example.
16:01
Finish that.
16:03
OK, so, now I have the sales fact over here.
16:06
This is where I want users to really work with. The relationships are already kind of embedded over here.
16:12
That view is going to inherit that relationship that we have over here, and I don’t want people to see the physical layer when people are writing reports off of this.
16:22
So, what we could do then is go ahead and just hide this from users, and in essence, I’ve created this namespace, and this is the presentation model namespace, then what will happen is IT will continually model this more for end users, create other views, which, for example, this whole product line, this kind of third, normal form, product line relationship, should be then, de normalized into a product dimension, will add more tables.
16:51
Uh, here, I T will go in, or the central model will bring, for example, in the time dimension.
17:00
And we have to create role playing dimensions off of this, in order to satisfy the relationship, to where we have to slice and dice by ship date, or to date, the things like that.
17:14
So, let me close this out, and bring in something that is already kind of pre done from a piezo presentation model perspective. In the interest of time.
17:25
I’m going to go over here, and I’m opening up this data module, which can be represented as the presentation by IT.
17:33
That, as you just kind of look at, this is maintained by IT, OK, so, they’ve kind of built this out even more.
17:41
OK, we, have, now, from a Relations, let’s look at the relationships perspective here.
17:46
They’ve actually created a ship date dimension for you, the order date dimension, the Product dimension. And with data modules, we can see how those kind of are built out. So, if we go to this custom tables tab, which I believe is now added, and release 6 or 5.
18:05
And we can actually see that these are views. And if we look at this, for example, ship date dimension.
18:11
It’s based off the time dimension table.
18:14
The time Dimension table is in the physical layer.
18:19
And, same thing with Order date, and the product dimensions now is basically a view, or will stay with the concept of FM, emerge Query subject across the four, OK.
18:34
So, now we’ve got this physical layer hidden, we’ve actually created this presentation layer nicely, for you over here.
18:45
So, users can go ahead and create reports and things off of that.
18:50
And it’s controlled by IT in a central model.
18:54
Now, what users can also do is, we can create this, uh, link data module off of this. Because, what we want to be able to do is add things to this in our own way.
19:10
Um, so, I could actually go over here and say, Create Data Module.
19:18
And as you can see here, now, this is my data module, but everything is kind of linked.
19:24
Is Terrorism Kreme, OK, I can still see these tables, but any changes that happen over here, IT makes will then flow its way over here into the linked module that I have.
19:41
So, I’m going to go over here and save this module.
19:48
We’re going to save it as into here.
19:55
My area here for architectures here and tap, we’re going to call this link data module.
20:09
OK, now I have my linked data module.
20:14
Over here, and my temp folder.
20:19
And I could actually create a report off of this.
20:21
And when I look at it, as you can see, it looks just like that physical IT module.
20:34
So, if I create a report off of this, let’s go ahead and create a report list.
20:38
And we’ll go, sales fact, and we’ll go Quantity, and we’ll go Product Line.
20:47
And write a report.
20:50
Let’s go ahead and run that.
20:58
I basically have report off my module.
21:05
That’s been linked.
21:06
OK, I’m going to go ahead and save that report.
21:12
Into Link Report.
21:17
Say Save.
21:21
OK, Now, the question is, I’ve got now my link module on my link report.
21:27
What if IT makes changes to that IT module?
21:32
But go over here into the … Area module.
21:37
And IT decides to go ahead and rename this too Baby quantity.
21:46
And they go ahead and want to add a new table, and we’ll just, they go over here and drag this table to make available for, for the appraisal layer.
21:59
There we go branch, OK?
22:03
So, then IT is going to go ahead and save that.
22:14
Now, I’m going to go over here and go to my temp area.
22:19
I’m going to go to my link report.
22:23
And let’s see if we run this report.
22:28
It runs fine, Nino’s hasn’t changed, now, we’ve got a lot of the caching issue here.
22:32
Eventually, that Q two, I label will, change, can reflect, um, the name that was in that change.
22:43
So, if we look at the link data module over here, you can see that it’s inherited the QT UI.
22:52
And have a go over here to right. Let’s try that link. Report again.
22:55
There. You see that Q T Y. That is inherited that changed. It didn’t break the report.
23:01
It inherited a chain, because this is really more of a label.
23:04
And the actual ID of that field is actually stored in the report.
23:09
So, that’s just really showing you a regression change that happened at the module level from IT, Going up into the link data module, and then into the report itself.
23:21
And, I can go in and go to my own link data module.
23:29
And see what has been added.
23:31
So, if I go over here, and go to my sources, so, there’s that branch table that was added, my IT, and there’s a new feature here that was in, I believe, really seven actually, which shows you unused items.
23:48
And it shows it highlights it for you said, oh, you have everything that the base IT model has except branch.
23:57
So, now I could bring that in and link to it as well, make my changes over here into this module.
24:11
Save that.
24:13
So, let me go back to my presentation.
24:16
What I was trying to show there is that IT is the, basically the owner of this data module.
24:24
OK, and, uh, they can do all the changes over here. Users kindled write reports directly against this without worrying how to do all the joins and try to recreate the module from scratch.
24:38
OK, and maybe this is a representation of an FM model, A subject area that, a model valid used to be an FM package that now has been made into a data module.
24:50
And then the users can also create their own data module that’s linked to here.
24:56
It will still allow users to inherit changes here from this.
25:01
And then add other things to this link module.
25:05
Which kind of brings us to another area that we could look at. So, this was kind of that, and IT driven enterprise model. Let’s look at another model that we could talk about.
25:14
Like, I call this hybrid in a sense, because, what we’re doing over here is, we want to leverage existing legacy IT, maintained FM packages, this yellow box over here.
25:28
So this tries to address the question of, I’ve got no 100, 100 FM packages over there have been developed over time.
25:38
They’re still good relationship, still are still good. There’s still good data in there from a metaphor? None of that Meta data model perspective. Do I really have to re-invent the wheel on this thing? Part of this package can be integrated into a user or IOT data module. We could leverage that.
25:58
The legacy package here could also be used to create new data sets to be brought into a Mod Data module.
26:08
Then, L two, then we are allowed then to create these other data modules, which is a hybrid of basically modeling directly.
26:19
Leveraging FM packages that are IT maintained also.
26:25
Or, and also allows you to bring in your own uploaded spreadsheet files into this data module itself.
26:32
So let’s do a little quick demo on that.
26:37
I’m going to go back here to My Home.
26:41
I’m going to go here, and I’m going to open up, this, what I’m calling my data module, Hybrid, which is basically, the one that you talked about, where it was kind of modeled by I T.
26:55
But I have a scenario, or I own this model module, for example, but I want to actually bring in data from a package. So, how would that work?
27:05
One scenario is basically, we’re going to add a new source.
27:09
We’re going to go over here to the samples folder.
27:18
Here we go, samples.
27:20
And we’re going to go over two models where we have our Go sales query, package, and the famous Go sales query package.
27:29
So what it shows you now is basically, kind of a reference pointers green, because you linked your LinkedIn us go sales query.
27:39
If you expand this, you could see the tables.
27:43
This expansion of seeing the tables in a package, I believe, is, again, originally in 11.1, you couldn’t really see this, unless you actually try to link to it.
27:54
I believe, I think it was 4 or 5, they went over here, and allowed you to kind of expand the namespace folders and actually see the tables.
28:03
But, the question is, you don’t really see those tables over here in the Relationships view, but maybe in this particular use case, I don’t need all this stuff.
28:16
But I do need, for example, I need to have the, the retailers, I need this Retailers’ table, for example. How would I represent that and bring that into the data module?
28:27
Well, one method is to simply create, through custom tables, a link to that, or views, or that, OK, so what I would do, let’s go to the top here and say Create Table.
28:39
From that Go Cyr sales query package, find the table that I’m looking for.
28:46
There is retailers and say, finished.
28:50
What it does is, it creates this view, and I need to rename that for clarity.
28:57
Retailers.
28:58
Now if we just type in retailers, it will bark at us a little bit and say, well, you already got a retailer’s table, and they’re because it’s already referenced in that package.
29:08
So you can we can name it whatever we want. You could just call it retailer, view or retailer.
29:14
I just call it retailer and say, OK, now I have a retailer View to the package, OK, And I’m going to move the goal sales query.
29:27
Package the physical layer so people don’t see all that mess.
29:32
OK, and then if I do have the retailer name or code, I can create that relationship from here to, for example, to sales fact, and I could join the two together.
29:47
So, what’s, what’s happening there?
29:48
You’ve got a hybrid environment, there, you’ve got, you’ve got tables joining across each other, so that’s one way to do it.
29:57
Let’s go ahead and save that.
30:01
And another way, which I think, is kind of leading into datasets.
30:06
Go ahead and save it.
30:09
I will note that I see this issue sometimes where we say Save, and it doesn’t say it’s saved. I have to click around to save.
30:18
And you might see that little Basil.
30:20
If you’ve been using this product a little bit, I’ve kind of noticed that I’ve seen that across different implementations. So I think it might depend on the version release and et cetera. Just a little cop side, comment on that.
30:31
So what I want to do is actually go back and actually create a dataset, OK. I want to create a dataset, and then bring that in.
30:42
So, if I go over here, let’s go back to the package. Remember, we went to this package over here called Ghost Sales Query. Now, what I did was I brought the package in LinkedIn into the module.
30:54
But, in a lead up to where we’re talking about datasets, maybe it’s a very small table.
30:59
OK? And what will be better, potentially, is creating a dataset off this.
31:06
Because all I want to bring in, in this particular example, is maybe the branch.
31:18
So, over here.
31:21
I have my branch table.
31:24
Will actually say, Products, Products will leave that one sub branch table over here.
31:29
So I just simply have to bring this branch table N and I will make note that in this particular release, the dataset space for at least seven editor.
31:43
The dataset too, has been significantly change in that you can actually go in here and drop into the Query’s Painter.
31:52
So what that means, before, the Dataset Editor only basically allow you to drag into tables or columns, and add filters to that.
32:00
Now, I could actually basically create multiple queries. I could create joins and unions, and things like that.
32:07
And they have very complex dataset extraction rules, which I can now bring into my data modules.
32:15
They basically took the query painter editor out of the reporting tool and dropped it into the dataset editor, which is very powerful. Now before, we only have the ability to kind of go in here, drag things, create some filters, and stuff like that.
32:31
So this isn’t very much improved. So basically, what I’m doing here is I want to go ahead and create this dataset. I’m going to say Save and load data.
32:41
And I’m going to go over to place it in that temp folder ahead. This is called branch, for example.
32:51
We’re going to call it dataset.
32:55
Like say, C is loading over here, and another feature release of release seven, is that this loading time?
33:04
And this is a very small dataset, so it’s not like perfect example. But the loading time of datasets, the creation of them, have been very much optimized.
33:14
And, I know, from a real-world scenario, where maybe a dataset to three minutes now only takes little over a minute, they’ve taken a lot of that technology and took it away, maybe, from the report service process, and put it more to the query servers. So you have a lot more bandwidth on that.
33:32
So, the creation of these datasets are much quicker.
33:36
So, now that I’ve created that dataset, I’m going to go here to my content.
33:43
OK, I have the dataset over here.
33:46
And I want to add that in. So I’m going to go my LinkedIn module over here.
33:52
I’m sorry, I need to go to the one over here, the data module, Hybrid one.
34:01
OK, so here’s our retailer that I got from Go to sales Query.
34:06
I want to go ahead and add the data set in order, had use sources.
34:11
I’m going to go to Architecture the webinar, tamped, there’s my branch dataset, and bring it in.
34:21
So, now I have my dataset here.
34:23
I have branch dataset, and then I could actually drive, connect that over here to my sales fact this together.
34:31
OK, I’m going to go back to my diagram, PowerPoint.
34:38
So that allows us to leverage a couple of things here. So, we’ve got a nice hybrid model, where, maybe, this is my end user data model, or it could be a data model that was created by somebody else.
34:50
And I’ve pointed to an FM package, I brought that in.
34:54
I’ve used the same FM package to create a dataset and brought that in as well, allowing end users to have much more self-service capabilities than they were used to before.
35:08
Finally, end user driven is, really, uh, people taking the modeling aspect of Cognos into their own hands for complete power and control IT maintains the source databases or, the data warehouses there are over here.
35:28
Users will then utilize the Cognos self-serving, Model self-service Modeling components to model the database for their specific requirements.
35:38
Now, there’s a lot of people out there that I’ve worked with where maybe that’s not necessarily an ERP, but in large corporations are probably a lot of application databases out there.
35:49
That people in the business units are actually connecting directly and writing SQL queries against it.
35:56
Because, they know those tables really well.
35:58
They know those tables better than IT, but because Cognos has to be modeled by IT, they don’t want to go and get into a project with them.
36:09
They just point directly to the databases themselves, or they’ve taken Power BI and Tableau and pointed directly to the database themselves.
36:19
So, this is a very well suited example for an appointment of data.
36:23
I’ll take care of the rest, because I know my data, OK. Then they could extract subsets of data from the source databases via the datasets technology that I was telling you about, and integrate them into the data modules.
36:38
And then, users can then go ahead and upload their own privately maintained data in the form of spreadsheets into that data module.
36:48
I will say that one of the use cases, offshoots of this, from an end user perspective, is actually having data modules that’s completely consists of only uploaded Excel files.
37:00
Because there are a lot of use cases out there where end users, business units have created very complex processes that extract data into spreadsheets. And they have macros or other post-processing that create these beautiful Excel files with good data that’s already been kind of prepped.
37:19
What they do with it is eventually use it in Excel to create graphs.
37:23
Maybe they bring that in Tableau, well, with this, we’ve seen use cases where these uploaded files, Excel files, can be the primary source of data in the data module, where we add even more cleansing to it.
37:38
And then, that data module then becomes a source of data dashboards and reports, and very good, useful information, because the data warehouse, maybe might not have that data.
37:48
This is, again, a proprietary process that’s in your organization that people have spent many years creating to produce these Excel files.
37:56
Well, they can now just bring that in, from an end user perspective, into a data module, and create dashboards themselves.
38:06
So what I want to talk about real quick is the concept of data set libraries.
38:11
So we did it create some datasets here in the presentation, but we can start thinking of datasets in terms of a library perspective.
38:21
Common datasets.
38:23
For use, end user are IT defined data modules.
38:28
So there’s a lot of data out there typically subject specific dimensions or referential data, or even summarize fact data that are in databases.
38:38
But we can actually leverage the, the dataset, technology, and create ly raise Common Data Service library, stored, in the team content store.
38:47
Again, it’s not meant to storage, large amounts of data.
38:51
Typically, maybe a dataset is good for like 10 to 15 million rows max, OK?
38:57
But there could be different subsets of data.
39:01
You can, partition from different dimensions, slices a dimension, the regional, that we can take out of the databases and store in a team content for better performance, because then these queries don’t have to run against the databases every time.
39:16
And this could really increase your performance on certain reports. Make sure dashboards obviously run a lot quicker.
39:23
We can store them in common folder structure.
39:25
So for example, over here on the home folder, I’ve created a concept of Dataset Library, OK?
39:34
So we’ve got this is simplest that simplistic one. But maybe in team content, we have different subject areas.
39:40
We can create a dimensions folder, and this is where I have my branch dataset, facts, et cetera.
39:46
So what we can do is just simply go.
39:49
We could even use our, uh, perusal modular IT and create a dataset off of this.
39:58
And we could leverage maybe the product dimension and just drop the product dimension over here, say, Save and load data.
40:06
And we want to put it in our dataset library, and dimensions, and we’re going to call it the product dimension.
40:16
Say it’s loading the data.
40:22
OK, and that could be a large table, so we have to do some analysis analytics on our own.
40:31
And over here in our Dataset Library, now, we have the dimensions, are product dimension, which we can then maybe just even take out the references for the product dimension in that. My data model I showed you, and just use this.
40:45
And then, if we look at the properties of a dataset, we create our schedules, we query schedules, and when it’s going to, it’s going to get refreshed.
40:53
Over here in the advanced area, we have things, like the number of rows and time to refresh, et cetera.
41:05
OK, so, I just wanted to finish with that, as part of the presentation.
41:11
And, again, the whole thought here is, I think a lot of people are really focused on what data modules are, what data models do, all the different features of data modules, which we have covered in our webinars out there. We have our webinars are out there called framework manager versus data modules. We have relative time and data modules. We have a webinar for self-service, kind of touching on some of these concepts.
41:39
Um, but, no, definitely not the only ones out there that you could use, but it’s just really trying to spawn some thought to get a waiver, maybe from the weeds with all the different things. That data modules are able to pull it back a little bit.
41:53
And really think about, if you’re trying to get the self-service, how we could use these better technologies to use that.
42:01
And not completely rely on trying to reverse engineer all your FM models.
42:10
And trying to create a better environment for self-service reporting for the end users and giving more power or data democratization to your end users for self-service.
42:22
I’ll take it back to Mike.
42:23
Thanks, Pedro. And, yeah, we got a lot of great questions. So stick around for the Q and A, and get your questions in.
42:30
If you’re looking to make the shift to Cognos self-service, if you want to build that slide out, Pedro, whether it’s the gamut from architectural changes all the way through to your adoption and training, we can help you.
42:42
This is what we, we do every day, and you can get a roadmap to self-service success, help you develop that.
42:52
You can contact us, either via the chat or email us at info@senturus.com.
42:57
Couple of quick slides about Senturus, before we get into the Q&A, We are the authority of Business Intelligence. We concentrate our expertise on business intelligence solely with the depth of knowledge across the entire BI stack.
43:13
We are known for providing clarity from the chaos of complex business requirements, disparate data sources, and constantly chart targets, and changing regulatory environments, made a name for ourselves because of our strike: bridging the gap between IT and business users.
43:28
We deliver solutions that give you access to reliable analysis, spreading data across your organization, so you can quickly and easily can answer some of the impact in the form of the decisions you make, and the actions you take.
43:41
We are consultants. Like Pedro, we are leading experts in the field of analytics.
43:45
With years of pragmatic, real-world expertise and experience advancing the state-of-the-art, we’re so confident in our team, and our methodology, that we back our projects.
43:56
That is unique in the industry.
43:59
We’ve been doing this for quite a while. We’ve been focused exclusively on business intelligence, or over a decade.
44:07
We work across the spectrum from Fortune 500 to mid-market following functional areas, including the office of finance, sales and marketing, manufacturing, operations, HR, and IT.
44:20
Our team is both large enough to meet all of your business analytics needs, yet small enough to provide personalized attention.
44:27
If you’re interested in joining the Senturus team, we are hiring talented and experienced professionals.
44:32
We’re looking specifically for Cognos BI Architect Project Manager types, as well as Senior Microsoft BI Architects and Senior Tableau Report developers, as well as ETL developers.
44:45
You can see the job descriptions at the link below, and send your resume to jobs@Senturus.com if you’re interested.
45:57
You can find more resources on the Senturus website at…
46:13
senturus.com/senturus-resources/ and bookmark that, because that’s got all kinds of great information, including upcoming events like the two that I’ll show you here.
46:24
We’ve got the secrets of high performing reports, and this is really technology agnostic.
46:30
That’s coming up and couple of weeks at the usual time.
46:34
Actually, I take that back. It’s not at an unusual time.
46:36
It’s at 1 PM pacific time, because our presenter is from Australia. If you’re down under, you can join us on Friday at 8 AM.
46:46
And on march 11th, we’re featuring Snowflake versus Synapse will be comparing Snowflake versus the Azure Synapse analytics data clouds and check back soon because in April, at a time TBD, Pedro mentioned Cognos 11 to coming out, and we will have a Cognos Product Manager going through the new features that exciting and a long awaited release.
47:10
Then, just a couple of more here, before we get into Q&A. I’d be remiss if we didn’t bring up our complete training capabilities across the three major platform, support, Power BI, Tableau, and Cognos.
47:23
We are ideal for organizations that run multiple of those platforms, or are moving from one to the other, and we feature all of the modes of training.
47:33
Sessions, mentoring, instructor led online, self-paced e-learning can provide training in many modes and mix and match those to suit the needs of your particular user community.
47:43
And finally, before we get to the Q&A here, again, last chance to get your questions into the Question pane, and we’ll jump to those real soon.
47:50
We provide hundreds of free resources, like this webinar, and our blog on our website. We’ve been committed to sharing our expertise, or over a decade at this point.
48:01
And with that, we’ll jump over to the Q and A We have quite a few questions, Pedro.
48:07
Um, let’s see.
48:09
There was a question about your thoughts on, connecting on, on dealing with multiple fact tables to the same dimension table, or having multiple dimension tables.
48:20
So I think you’re saying, let’s say I have five fact tables and three dim tables for out of the five fact tables, Connector three, table. So I think he’s talking about, you know, how would you handle more complex modeling scenarios?
48:33
Yeah, it’s short and it’s definitely we can do that.
48:40
Also just another side. IBM has come up with a new modeling guide, especially kind of focused on data modules itself. One data modeling guide, where it kind of talks about some of those questions.
48:53
And in our other webinar, FM versus D M, I do talk about multi fact tables. And one of the issues there is, of course, granularity.
49:06
One might be at the day level, one might be at the month level, while there are our new features and data modules, column Dependencies, A column, which is basically determinants. And I think, you know, I’ve been trying to go into that area where you have determinants. And how do you do that?
49:22
And data module, that particular feature has been ported to data modules, so multiple fact tables, Multiple dimension tables, basically modeling a star schema is supported in data modules, you know, so that that, that can be done, Definitely.
49:39
Yeah, yeah.
49:42
I would say, though, that and correct me if I’m wrong, or Pedro, but, in general data module or a market response to the Tableau is in the Power BI engine.
49:53
And typically, those datasets tend to be those models tend to be a little less complex and comprehensive. You’re certainly not going to go in.
50:01
It’s kind of a move away from the very complex and comprehensive framework manager models into things that are more bite size or use K for your use case specific.
50:12
Like I’ve mentioned in the webinar, I personally wouldn’t recommend taking an FM model that has been around for a long time with, you know, 500 tables and complex namespaces enjoins and really trying to mimic that whole thing into a data module.
50:32
Think about what your business use cases, and where you can actually leverage some components of that maybe, and make it better and data models, because you could add new features and data models that don’t exist. And frame a framework manager. For example, relative time, things that transformer did very well.
50:54
You can now integrate that into a data module and have year, over year, year to date, and month to date.
51:01
With less complexity, that framework manager never really supported well in natively, and they won’t put that in there, for sure. They won’t put it in there. They put it in data models, but you want to leverage that new technology.
51:12
You want to leverage other things that are in their data grouping, that all these things that I could talk I talked about in the other webinar.
51:18
But then you look at the, your FM model. That’s very complex.
51:23
Take a chunk of it, or take a subject area that some, some people would like to use, and look at it that way.
51:31
Yeah, it’s definitely interesting, because Power BI provides some fairly robust transformation modeling capabilities.
51:38
But Tableau only, in the last, say, six months, added relationships.
51:42
Where you could actually, instead of having to model all your data as a single flat table, even if we’re combining multiple tables, you’re now only now able to sort of model.
51:53
I have an abstraction layer there, which is really kind of interesting.
51:56
Just exactly of the differences there.
51:59
Someone was asking, when you’re pointing to data, users in their environment can see framework managers, framework manager models but within modules Cognos cannot see tables in the data warehouse?
52:16
Is there something that they’re missing there, and I think that’s, there’s a setting, right, where you have to, you have to allow the exposure of those things to data module modeling? Correct.
52:28
Stand up.
52:29
So, we appointed data module to a FM package.
52:38
It’s kind of like I showed you the package kind of comes in, You can see the whole thing expand on the left, but you don’t see it in the, In the diagram. When, the question about, I don’t see all the database tables in the data warehouse.
52:51
That could be more of a setting item, like you mentioned, where you basically want to create a data server connection to the data warehouse.
53:00
One of the aspects of that, they don’t see that, as part of the setting.
53:03
You do have to refresh the metadata and pick the tables you want, in that data server connection in order for the data modules, to be able to see the tables in a data warehouse.
53:14
So, sometimes, people will create the connection, the data server connection, the data warehouse said, don’t do that next step.
53:20
To refresh the metadata, show it, and they don’t see the tables.
53:24
Yep, OK.
53:26
Yeah, so there’s that last step that people forget about, So. Yeah.
53:30
Yeah, which is interesting that you’d have to do that manually. But, yeah, it’s kind of buried in there, and you have to go find it, but refresh the metadata and hopefully be able to see them.
53:38
There’s a scenario here where?
53:42
Person is asking whether the user has read only access, if they would, if they copy the data module, or my folders and make changes to the joins, is there an ability to limit the copying, or otherwise secure that?
53:58
Well, if the, ultimately, users can do whatever they want. In a sense. They can break those links, and then they don’t have any more links back to the to the read only data module, right.
54:13
And people can still copy.
54:15
They can copy the source data module over there, um, but, trying to think of them to be only be read only in a sense, but there’s a lot of ways.
54:29
It’s not completely foolproof because if you, if they do have a connection back to the database, they could do that themselves, too.
54:37
Um, so, I would say that people would just, the read only aspect of it kind of stays there. I have to double check, whether if you actually copied back to your my folders, or whether that actually changes to.
54:52
Yeah, that’s fine.
54:54
There’s a question about how many FM packages can be combined in a data module?
54:59
Is that something now, that’s kind of an esoteric question?
55:04
Well, yeah, so you can continually keep adding a new FM package as a source.
55:11
I’ve done 4 or 5, I’m sure you can keep doing it, right.
55:15
But I think the key thing is how you kind of expose that, those packages in a very logical manner in the data module.
55:23
So I showed you a concept where I added a package, and I just created a view to that and put it in kind of like a presentation layer.
55:32
Um, So I don’t think you’ll want to just bring in packages and just expose the whole thing. Because you basically have mimic kind of the mess of the package.
55:42
So, yeah, you could bring them in, but I think there’s, there’s some work that has to be done the presentation layer to make, make it useful. Exactly, there’s your, that’s the key point is they’re going to be usable.
55:55
When you’re combining an FM package of the data module, does the FM package name to be built in EQM, or can it be CQL?
56:02
I believe it has to be DQ up.
56:04
… is really going away. I think everything around data models is DQ, and it has to be the QM. So I believe those up. Yeah. Those up and packages at the BQE.
56:16
No.
56:18
If you create a Hybrid Data module with query subjects that have object based security, well, that security be preserved.
56:26
Object based security hybrid, so you’re saying that there are Yeah. Whatever. You bring on, our famous going to.
56:34
Yeah, if, if the user can’t see that module based on security, yes, it should inherit that as well.
56:47
So, it will check that, it will inherit the FM properties of it.
56:53
Security, properties of that.
56:56
Google, it’s going to run through FM, is what it’s going to do.
56:59
It’s going to run through the package.
57:01
Yeah, that’s what I figured. Makes sense.
57:04
So, it Dataset libraries. Millimeter, hmm. Now, how you would save different datasets, say, for different departments. Yes.
57:12
Dataset, it saved under the same name, IE, the security is based on Department.
57:17
Sorry, I’m kind of reading the question, OK.
57:22
Um, so, ultimately, datasets are basically files, you know, their files stored on Cognos.
57:31
And if you don’t want certain people to see certain datasets at the Team Content Folder Structure level, that’s where you kind of maintain your security, right.
57:41
So, if I’m creating a regional product dimension, and I create that in that particular regions folder, data set library for that region, you put the security it there, So they, they can’t see it no, from an object based precept perspective.
57:59
So that’s all really around team content folder.
58:04
Do we know if data module are supported using cafe?
58:09
I haven’t tried that.
58:10
No, I don’t know. Cafe. Interesting. Yeah.
58:14
There’s a question about what kind of ram head to the server take when using dataset? I imagine that a lot to do with the size of the dataset.
58:21
Yes, it does. So, the way datasets work, its round robin, in the sense that the first person who hits the dataset, it’s kind of hidden the file, but then that dataset gets thrown in a memory.
58:32
And it stays in memory to memory is full, and another data set comes in, and it has to use of space.
58:39
It will depend on the size, right?
58:41
There are Service Settings which allow you if you have to do it in the Admin Console.
58:45
I think the default is eight gigs or maybe four gigs.
58:49
But then you can increase. Say you have a large serve, a lot of memory. You can increase the amount of memory that’s used for datasets in the admin settings, I don’t have the setting on top of my head, but you can control that and allow more memory and your servers for datasets.
59:07
Good to know.
59:08
We have a client era attendee saying that they have already they’ve been using data models, where they combine various sources to create data modules and then creating datasets out of those to improve performance. Yes, and then bringing that back into the data module. Yes, that’s great.
59:29
From a self-service perspective, I imagine they’ve been seeing issues when trying to combine package and other datasets into data modules, other shortcomings that you’re available, the era aware of, about using Packages and Data Module.
59:41
So the …, like I showed you before, I’ve actually join across, you know, I might have a date dimension, or some dimension that’s in the package is going to a different database, and join it to a dataset that’s in my data module.
59:58
I’m sure there are probably some scenarios out there, there might be some issues.
1:00:02
But for what I’ve seen so far and use, I have not seen too many.
1:00:06
I mean, if you’ve got a very big table that you’re linked to a package and you’re limited by the performance of the database, you’re still going basically through F them, packages to the query service, back to the database and then bring in waiting for the day to come back in and then joining that maybe to a dataset in Cognos that’s going into modules.
1:00:31
So, you’re lowest Do Not Cut, kind of nominators. That is that connection back to the database.
1:00:37
You know, adding to the comment on what the person made about Dataset Libraries creating a days.
1:00:42
This is where we had to create a data Module to create a Dataset Library to bring the data set back into the convoluted because you’ve created some will relationships in the module in order to create the dataset you want and then create, and then putting that data set back into the same Data Module.
1:00:58
I believe that that particular issue we’ll be cured now with the new Release seven dataset editor.
1:01:07
I showed it a little bit.
1:01:09
But because you can now control the queries of the creation of the dataset, you can go back to the package create, like I said, you can create your union, joins your filters, complex filtering.
1:01:22
Which maybe that’s what you’re doing is using the data module for. I haven’t had to use, like, call staging data modules to create the datasets that I really want.
1:01:29
That’s now buried and it’s now embedded into the dataset editor, which makes it a lot easier to use, and lastly, less headache.
1:01:39
So that whole staging data module, intermediate step, can now be potentially replaced by the dataset editor completely.
1:01:50
Interesting. Yeah, then coming back to living back to cafe really quick.
1:01:53
That’s been deprecated, is obsolete now, and it’s only included in planning analytics, and it’s called Planning Analytics for Excel or Packs. So just so you’re aware of that.
1:02:04
Now, it is past the top of the hour, so I want to be respectful to everybody here.
1:02:08
And we, there are a bunch of questions that we didn’t get to, so we will complete a response document and post that to our website. It’ll be right there. Along with the recording, which will show up in a few weeks, and the data that’s already up there.
1:02:21
Now, we thank you all for your time today. Pedro, Thank you for another excellent presentation.
1:02:26
And well, if we can, if you want to go to the last slide there, Pedro, please do reach out to us if you have any analytics needs. If you’re still use a phone, we’ve got a triple eight number. Go to our website, or you can always e-mail us at info@senturus.com. So thank you very much for your time today, everyone.
1:02:42
And we look forward to seeing you on a future Senturus event.