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)
Birt 2.3: Data Set Parameter Binding Refresh
birty
Hi,
I'm encountering the issue, that when altering the SQL in a DataSet and refreshing the binding that refers to that DataSet it won't work.
For example I select ID, Name, Date and Status. Then bind that DataSet to an element.
Delete for example "Date" from the select and hit refresh at the binding.
Still "Date" is mapped to the BindingList.
Find more posts tagged with
Comments
Virgil Dodson
Hi birty,
In my simple testing with the Refresh button on the Binding tab, it seems to only bring in new fields from the DataSet... and not remove items no longer in the Data Set. You should be able to select your Date field in the binding and press the Remove button.
birty
Thx vdodson for testing and letting me know!
Disappointing that "refresh" only works on new fields.
I found that Birt 2.1 works perfectly with non exisiting fields in bindings, unfortunatley birt 2.3 won't create an item that has non existing fields in its binding.
think i've to go thru the whole process of deleting non exisiting fields from every binding...