Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How to generate html select option element
How to generate html select option element [message #1662488] Tue, 10 March 2015 02:59 Go to next message
Eclipse UserFriend
I want to use Mongodb's data to show select menu for a user choice.
But I could not find the way to do it.

I tried Text, Dynamic Text, List, Table.
Text, Dynamic Text component : it could not loop the row data
List, Table component : it generate table html tag, but I want to use select html tag.

ex:
<select>
<option value="abc">abc</option>
</select>

There is someone any idea? Thanks a lot.
Re: How to generate html select option element [message #1663696 is a reply to message #1662488] Tue, 10 March 2015 14:53 Go to previous message
Eclipse UserFriend
Take a look at this thread, I believe it covers what you are wanting to do: http://developer.actuate.com/community/forum/index.php?/topic/29016-adding-new-drop-down-in-birt-report-and-changing-query-parameter-based-on-value-from-dropdown/

I've also attached the sample report from Michael Williams from that thread for reference.
Previous Topic:BIRT in IRI Workbench with CoSort (for mashup)
Next Topic:Errors generated in generating the report document
Goto Forum:
  


Current Time: Wed Feb 19 17:49:04 GMT 2025

Powered by FUDForum. Page generated in 0.03427 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top