COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: sspk on 11 May 2010 11:03:43 AM

Title: Date Prompt Display
Post by: sspk on 11 May 2010 11:03:43 AM
Hi All,
I am using a date prompt for a report which has calender type : gregorian and select UI as Edit box.
Now it displays
                     From: date selection
                     To:    date selection .
Can this  From selection and To selection be displayed side by side

like From: Date selection    TO: Date selection .

Any ideas help me a lot
Title: Re: Date Prompt Display
Post by: rockytopmark on 11 May 2010 01:36:32 PM
Aside from some customization of the control via javascript or something, you can alter your filters to include 2 parameters, 1 each for the From and To dates, instead of employing in_range or between operators.

Now, you will have to have 2 separate Date Prompt controls (1 each for From and To date), but you will now have full control over their physical placement on the page.
Title: Re: Date Prompt Display
Post by: sspk on 12 May 2010 10:39:19 AM
Thanks it helped me