TI retrieve Element security setting??
OKay - I need to do the OPPOSITE of ElementSecurityPut. I need to write a TI process that Retrieves the current Element Security for a group and if it is currently WRITE, change it to READ. I could...
View ArticleRe: TI retrieve Element security setting??
DonapYou can use the following function in your TI process:ElementSecurityGet ( YourDimension, TheElement, TheGroup ) ;Use this to get the current security level and test on the retrieved value if it...
View ArticleRe: TM1 TI process- Set Security based on CHILD ?
DonapPart 1------So to finds out if an element is a parent or not, use the DTYPE () function, as shown below. The "&" is the TM1 "AND" equivalent. Not sure what you were asking for in the second...
View ArticleRe: HELP -Create/update Dimension by TI process-how to maintain Structure?? ??
DonapUnless you try to control every element in this dimension when added, to be the next sequential index number, then you'll not achieve this easily.I have similar needs however, I have resolved the...
View ArticleRe: TM1 Login page
SamHow are your users currently logging into TM1 ?If you have native security, they'd be entering a username and password, but if you have CAMIds etc is it not single signon ?RegardsAjay
View ArticleCA Standalone Installation
We would like to install CA on a standalone machine first for exploring the new features before we do an upgrade. As there wont be intensive querying or any major user activity, pls let me know if I...
View ArticleRe: Deploy Users / Groups to another Environment
Thank you!!Could you please let me know how to do the export of whole content store?
View ArticleRe: Deploy Users / Groups to another Environment
It's here: http://public.dhe.ibm.com/software/data/cognos/documentation/docs/en/10.2.2/ug_cra.pdf"Deploying the Entire Content Store" is on P362.
View ArticleRe: Count Distinct for Distinct?
count ( distinct [name id] for [account] ) should be exactly what you're after, if I understand your description correctly. One thing you want to look out for when using relational is, do not try to...
View ArticleRe: How to select multiple values for a contain operator?
similar issue has been solved here: http://www.cognoise.com/index.php/topic,32391.0.html
View ArticleRe: 11.0.8 XML report output
Quote from: toby on 11 Nov 2017 06:51:45 amI'm just wondering who uses this? IBM states this is a highly requested feature so I'd like to understand what people use this output for?Thanks!I have not...
View ArticleMOVED: Script to automatically move report from one environment to another
This topic has been moved to Administration and Security.http://www.cognoise.com/index.php?topic=33901.0
View ArticleRe: CA Standalone Installation
Quote from: raj_aries81 on 12 Nov 2017 11:22:41 pmWe would like to install CA on a standalone machine first for exploring the new features before we do an upgrade. As there wont be intensive querying...
View ArticleRe: HELP -Create/update Dimension by TI process-how to maintain Structure?? ??
Thank you AJAYC - I was thinking the same thing about using a Default Subset for presentation to the Users. I have the code as you suggested, with the exception of the TOTAL level forcing to Index 1....
View ArticleRe: TI retrieve Element security setting??
AJAYC - Again - My thanks to you. The way TM1 documentation is set up, This did not appear in any of my web searching.
View ArticleSAP HANA calculation view as OLAP data source for Cognos 11
Hi guys, someone knows if it is possible use SAP HANA calculation view as OLAP data source for Cognos 11? better... Currently, in my case Cognos queries Hana Views via standard SQL. Therefore, Hana...
View ArticleSAP HANA calculation view as OLAP data source for Cognos 11
Hi guys, someone knows if it is possible use SAP HANA calculation view as OLAP data source for Cognos 11? better... Currently, in my case Cognos queries Hana Views via standard SQL. Therefore, Hana...
View ArticleRe: Script to automatically move report from one environment to another
Did you just say your Cognos Administrator doesn't know how to run a deployment export and import?
View ArticleRe: UNIOn Query to Find Records w/ Maximum
MFGF and Michael75 - I received a reply from our App's Vendor ...QuoteHi Bob, as mentioned during User conference 2017 and our monthly meetings, the current packages will not completely support...
View ArticleRe: UNIOn Query to Find Records w/ Maximum
Quote from: Cognos_Jan2017 on Today at 10:34:26 amMFGF and Michael75 - I received a reply from our App's Vendor ...This means our current use of Data Modules will be unable to include Packages.The...
View Article