Custom Control to set a prompt
HI all,I have a custom control that shows a map and draws points corresponding to the data. When the user clicks the point, a popup shows up with some info. Now I want to have a list beside a map and...
View ArticleHow to display dates based on Week Ending Date
Hello,In my report i have weekending date and day of week and i want to display the Date for the Day of week based on week ending date.For Example if the Week ending date is September 9th (Saturday)...
View ArticleRe: Cognos Analytics 11.0.7.0 Released
Quote from: dougp on Today at 10:10:06 amI don't see how the things you mention are related to each other. I think your post is off topic. Is this your...
View ArticleRe: Problem combining a joined query with a Page set in Report Studio
Thanx for the fast reply! Can you be a little bit more specific on how to accomplish this? I would be really grateful.
View ArticleRe: Converting from CQM to DQM...Validation Process Eventually Hangs
Quote from: bozobozo on 17 May 2017 06:37:04 pmHello Cognoise-We are migrating from V10.2.2 to V11. Our admins have instructed us to alter our existing models from CQM to DQM and republish the...
View ArticleRe: Converting from CQM to DQM...Validation Process Eventually Hangs
Quote from: briancole on Today at 05:23:43 amApologies for digging up this old thread, but I'm having issues with the framework freezing when converting to DQM, and unfortunately I know that it is that...
View ArticleRe: Workspace Advanced and External Data File Option
Thanks for your responses. They want me to make a process document . I was hoping if someone has done it , so that I can take it as reference.
View ArticleHow to Add Action Button to the Prompt Page
I am trying to add a custom action button to a report "Prompt" page using "Html Item" My Code inside Html Item:<form name="proj_review_frm" action="http://mywebpage/apps/pdrs/home.cfm" method="post"...
View ArticleRe: How to Add Action Button to the Prompt Page
Somebody is still using Cold Fusion? Wow!It's even better in 11.0.7. In full interactivity mode, JavaScript errors are shown in an alert box. Without full interactivity mode, the Welcome page...
View ArticleRe: (_days_between (end_date,begin_date)) One Day Off in Calculation in...
Can you please provide an example of what you are expectinge.g. if begin date=1/9/17 and end date=2/9/17 would you expect days between to be 1 or 0 or 2(in the example above 1 is what _days_between...
View ArticleRe: Total for last hour
I have [DATE_TIME_STAMP]Put the below in [DATE_TIME_STAMP] = _add_hours (current_time , -1)Tired in Detail filters and summery filters.This returned a few error when Validating.UDA-QOS-0006...
View ArticleRe: Checkbox Prompt in Cognos Analytics
I have attached the report xml for your reference.It works fine after clicking the clear form button at the top right corner but it should work when it is opened
View ArticleRe: (_days_between (end_date,begin_date)) One Day Off in Calculation in...
I should test this myself by using the code but do you think based on your experience the below code is adding the one day, (_days_between (end_date,begin_date+1)Or I should use _add_days...
View ArticleRe: (_days_between (end_date,begin_date)) One Day Off in Calculation in...
I would have thought you'd either wantCode: [Select] _days_between (end_date, begin_date) + 1orCode: [Select] _days_between (_add_days(end_date,1),begin_date)
View ArticleRe: Long time to output report
Hi,Did you try running the generated sql directly in the database and check how long it takes to render all the rows? And how complicated is the report?Good luckNew guy
View ArticleRe: Long time to output report
Hi - thanks for the reply, and yes those are good suggestions. I built the report from the ground up, checking the generated SQL against the database at each stage. Where necessary I've added indexes...
View ArticleDashboard over DMR Model
Hi,since few days getting following error when i try to run dashboard form v11.0.6, all widgets from dashboard showing 'We can't retrieve the data from data set <Package name>' error.I did some...
View ArticleRe: Pie chart does not display based on the data in a list from the same query
@Invisi - not sure if you were replying to me or to OP.I'm use a Pie Chart to show 3 percentages. The percentage of projects that are over budget, under budget, and "on target".What I did was created...
View ArticleRadio button issue
Hi all, I created a prompt that only has 1 radio option. If you click, it will show the report with subtotal. 1. is there anyway i can adjust the distance between "radio button option" and...
View Article