Re: Scheduling report to run on 3rd working day of month
How would you deal with holidays etc.? I get that you can work out the standard 3rd working day...but if there's a national/statutory holiday in the middle of those three days it'll throw it all out of...
View ArticleRe: Scheduling report to run on 3rd working day of month
Hi BigChris,I am not too worried about the national holidays. I just need help with standard 3 working day calculation.Sent from my ONEPLUS A5000 using Tapatalk
View ArticleRe: Scheduling report to run on 3rd working day of month
Ok, in that case you can probably use something like this:[code]_add_days(_first_of_month(current_date), case _day_of_week(_first_of_month(current_date,),1) when 1 then 2 when 2 then 2...
View ArticleRe: Scheduling report to run on 3rd working day of month
Thanks BigChris. Great help. Sent from my ONEPLUS A5000 using Tapatalk
View ArticleRe: Problem with Maximum Function
Quote from: awais on Today at 08:17:07 amHello, 1. Are you using a relational package or a dimensional package The package is relational. 2. Where are you using this expression - filter? query...
View Article_MAKE_TIMESTAMP() not working with substrings casted to int
Hi all, I'm creating a report where a user will search for customer records using a date of birth. Rather than use the Date Prompt and force them to click 3 dozen times to get to the desired DOB, I...
View ArticleRe: _MAKE_TIMESTAMP() not working with substrings casted to int
Did you try googling the error code:http://www-01.ibm.com/support/docview.wss?uid=swg21985963
View ArticleRe: visible param in system.xml
Thanks for your reply, MF.Created a support ticket a week ago but still no reply from IBM.
View ArticleRe: _MAKE_TIMESTAMP() not working with substrings casted to int
Yes, it does not seem to be applicable here. I am running the report output to HTML, not Excel.
View ArticleRe: QFS-ERR-1041 error on package access change
This is the slowest conversation I ever had But I do appreciate the help of course! I remember that link from my initial Google searches, but dismissed it as irrelevant as we don't have 32/64 bit or...
View ArticleRe: Cognos 10.2.2 Compatiblity with Windows Server 2016 .
Luckily soon they will refuse to support Cognos 10 regardless of the OS you install it on, so then that issue drifts away.
View ArticleRe: Filter gives error when using IN with multiple values
Hi,Is the [Account Country Code] in the query subject 'q_pieces_year-1'? Try creating a filter with an 'or' condition and let us know if the issue still persists.Good luckNew guy
View ArticleRe: _MAKE_TIMESTAMP() not working with substrings casted to int
Hi New_guy, can you clarify what you mean by: "Yes, because the below expression will result in 1978.CAST(substring(?p_dob?,7,4) , integer) || CAST(substring(?p_dob?,4,2) , integer) ||...
View ArticleAlert for disabled report
Trying to figure out if its possible using event studio or another feature of Cognos to generate an email alert if a data stream gets disabled. For instance im having an issue with one of our systems...
View ArticleIs it possible for a Cognos Extension to override the Recents on the Welcome...
...page in 11.0.7? On our Recents for our existing reports sometimes the title for the Recent shows the type (Report, Data Set, Dashboard) and sometimes it shows the screen tip for the report. Unless I...
View ArticleCognos 11 Analytics and Upgrading OS to Windows 10
I was wondering, has anyone already upgraded to Cognos 11.0.7 and then upgraded to OS Windows 10 (desktop)? Did you have any problems with SSO authentication or IE 11 functionality in the Cognos 11...
View ArticleRe: Is possible to install two different versions in one laptop
Quote from: MFGF on 26 Sep 2017 10:02:35 amWell, although you might have found a way to "make it work", you're putting yourself in a position where you could be in a horrible mess later on. Windows...
View ArticleCase statement with multiple condition in one query item
Hi, I created a query item as below Count (distinct case when item =1 then Id else null end) Like this I have more 4 condition with same Id count Count (distinct case when item =2 then Id else null...
View ArticleRe: Cognos over Redshift
Assume you have a simple database query subject (i.e. select * from [datasource].t) and have not defined any filters on the query subject.In 11.0.6 or earlier, when you test the query subject you are...
View Article