Are you sure the 3rd person has the db client properly set up on his machine? Given that the query mode is compatible you need it. That's probably why running queries in FM will produce the oledb error. It's been quite some time since I last needed ...
↧
Re: Cannot make changes in FM Model after datasource change
↧
Re: Parsing Error - Please Help
Does the parsing error have any text with it?
You might have a parenthesis in the wrong spot; there wasn't one to close the outer then.
Off the top of my head you might run into problems with the equals in the first IF. It appears that you believe...
You might have a parenthesis in the wrong spot; there wasn't one to close the outer then.
Off the top of my head you might run into problems with the equals in the first IF. It appears that you believe...
↧
↧
configure one more service account in IIS in cognos 10.2.1
Hi Team,
We have configured one service account in IIS and we have to add one more account to IIS
Could you please let me know the process to add one more service account to IIS
Thanks
We have configured one service account in IIS and we have to add one more account to IIS
Could you please let me know the process to add one more service account to IIS
Thanks
↧
Re: Relative Time Measure Calculation in Datawarehouse ( and not in FM)
I am wondering what "30 Day Age" represents. Does that mean that this date is 30 days or more ago from the last date the ETL ran (i.e. 'today')? It could work. Personally I think an aging dimension works better for this kind of thing, but this will var...
↧
Re: Use local cache with Data Modules
Hi, Lynn. Thanks so much for checking. Will take a while until I will be allowed to upgrade to 11.0.11 and test though. :-/
↧
↧
Re: Carry forward Balance from previous date to next date in Cognos list report
Sorry, but that is still not what I described.
You first join your original query to your reference. ONLY THEN do you join to the date query.
You first join your original query to your reference. ONLY THEN do you join to the date query.
↧
Re: Parsing Error - Please Help
Purely personal preference, but sometimes case statements are easier to read:
case
when [Organization ID] in ('1.1.20.20', '1.1.20.50', '1.1.90.98') then
case when [Acct_Flag] = 1 then [Amount]
else [Amount] * -1
end
else (0)...
case
when [Organization ID] in ('1.1.20.20', '1.1.20.50', '1.1.90.98') then
case when [Acct_Flag] = 1 then [Amount]
else [Amount] * -1
end
else (0)...
↧
Re: Dynamic Cube - Use Multiple Dimensions in the report
Hi Team,
My requirement is to have 4-5 dimensions in the report along with the measure value. On top of it, we do have 2-3 dimensions applied as filter in the slicer section.
...
↧
VMM file is too big
When running a report I am seeing a large VMM file building. The problem is that the VMM file is far greater than the data output from the SAP Hana source. What would cause this please? I thought maybe formatting but I removed all of this. Report i...
↧
↧
Re: VMM file is too big
When running a report I am seeing a large VMM file building. The problem is that the VMM file is far greater than the data output from the SAP Hana source. What would cause th...
↧
Re: VMM file is too big
I understand your comment (something I myself battle with) but no, this is a functional report with 5 pages. When we set "pages as tabs" then the report wants to download all of the data to a VMM file before rendering it to the screen (50mins average)...
↧
Re: Parsing Error - Please Help
When multiple values you can use "in" instead of "="
↧
WEB Form in TM1
Hello, friends.
For working with templates I have forms for filling. And unloaded as view in TM1Web. But there was a problem at filling because of a format of decimal separator number.
Some users on the computer have a ",", others ".".
And when copying...
For working with templates I have forms for filling. And unloaded as view in TM1Web. But there was a problem at filling because of a format of decimal separator number.
Some users on the computer have a ",", others ".".
And when copying...
↧
↧
Text functions + regex ?
Hi, I've got a data item that provides following values:
AB1234567
AB1234567
AB1234567
AB1234567TEST
AB1234567Production
AB1234567Development
AB1234567DEFAULT
AB001234567890
AB001234567890
AB001234567890
AB001234567890Production
AB001234567890
AB001234...
AB1234567
AB1234567
AB1234567
AB1234567TEST
AB1234567Production
AB1234567Development
AB1234567DEFAULT
AB001234567890
AB001234567890
AB001234567890
AB001234567890Production
AB001234567890
AB001234...
↧
HTML ITEM TO CUSTOM CONTROL - COGNOS 11.0.7
Hi,
I am using cognos 11.0.7
I have one value prompt with dropdown value and a tree prompt.
What i want is to have dynamic default value (the first value) in my value prompt.
1. I successfully done this using html item with the below script and report ...
I am using cognos 11.0.7
I have one value prompt with dropdown value and a tree prompt.
What i want is to have dynamic default value (the first value) in my value prompt.
1. I successfully done this using html item with the below script and report ...
↧
report is not running while running directly through "save the report option".
Hi Team,
I am facing some strange issue in cognos 10.2.1 version,here is the details
When i ran the report from Report Studio i am able to run the report,In prompt page we have some mandatory prompts after selecting those i am able to ran the report in...
I am facing some strange issue in cognos 10.2.1 version,here is the details
When i ran the report from Report Studio i am able to run the report,In prompt page we have some mandatory prompts after selecting those i am able to ran the report in...
↧
Re: Text functions + regex ?
Hi, I've got a data item that provides following values:
AB1234567
AB1234567
AB1234567
AB1234567TEST
AB1234567Production
AB1234567Development
AB1234567DEFAULT
AB001234567...
↧
↧
Re: HTML ITEM TO CUSTOM CONTROL - COGNOS 11.0.7
Not sure if this helps, but we also want the first option within the list dynamically set and submit. It seems our code works between the two environments, 10.2.2 and 11.0.7. We dont change any other settings in the report
You can try this:
First: plac...
You can try this:
First: plac...
↧
Re: HTML ITEM TO CUSTOM CONTROL - COGNOS 11.0.7
my html mentioned above also works perfectly.
What i am trying to succeed is to replace html items with custom control in order to have report interactivity = yes
I have to use interactivity set to NO in order to use html items and that destroys my tre...
What i am trying to succeed is to replace html items with custom control in order to have report interactivity = yes
I have to use interactivity set to NO in order to use html items and that destroys my tre...
↧
Re: HTML ITEM TO CUSTOM CONTROL - COGNOS 11.0.7
Gotcha. Sorry I couldnt help!
↧