I've found that editing expressions within a grid column in the BIDS tool (for SSIS 2008R2) is highly impractical for anything but the simplest expressions.
Eg refer the "Expression" column in the "Derived Column Transformation Editor".
Is there an "advanced" editor available within BIDS, or a 3rd party tool, that provides the same drag/drop functionality for available columns/variables/functions, but has enough screen real-estate in the text-editor component such that I can actually see the expression I'm building?
I've come across this: http://expressioneditor.codeplex.com/ . While this looks excellent, from what I can tell it's not actually integrated into BIDS.
This http://bidshelper.codeplex.com/ includes the above editor, but only seems to make it available for expressions found within the Control Flow level (not within Data Flows where I most need it).
There's also a teasing "Open IME" option available in the right-click context menu when editing an expression - but I can't find an Input Method Editor suitable.
Any help appreciated!
RIGHT(@[User::MyVariable], 4)
vsRIGHT([MyColumn], 4)
I'd use the control flow expression editor to make my expression work right for static data and then fix to work with columns when I was satisfied with the logic – billinkc