Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Multi-Date Select Parameter
jlux33
I am using the free version of BIRT (v4.22) with the JSCal2 plugin for data picker parameters. I would like the user to be able to hold the <CTRL> key and select multiple dates.
Is this possible?
Jim
Find more posts tagged with
Comments
kclark
I've not tried to do that but the javascript that's used to create the calendar might be able to be modified for this. I'll see if I can't get it working and post it here.
jlux33
Awesome. Thank you. I am more of a DBA than a coder.
Cheers,
Jim
jlux33
<blockquote class='ipsBlockquote' data-author="'kclark'" data-cid="116394" data-time="1367352284" data-date="30 April 2013 - 01:04 PM"><p>
I've not tried to do that but the javascript that's used to create the calendar might be able to be modified for this. I'll see if I can't get it working and post it here.<br /></p></blockquote>
jlux33
Wondering if you ever can up with a multidate selector? Seems to keep coming up.
Cheers,
Jim
Jenkinsj5
In the freeware version of BIRT sending multiple to values to the SQL for a single parameter is somewhat problematic. Doing it in the filter is easier.
Can you clarify if the question is just about making multiple selections from the data picker, and/or you need help to pass them to SQL or filter in the report.
Note:that I am not able to help you with the date picker plug-in just trying to better understand the question.
jlux33
We need to multiselect dates in the picker and then use the selected dates in a WHERE clause in SQL.