Greetings all, I need to build a filterBucket for this SQL
Select * From SomeTable Where Year(SomeTable.SomeDate) = 2005
How can I build the expression Year(SomeTable.SomeDate) = 2005
http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3829
Great stuff Frans... I wonder why don't you make this FunctionExpression a standard part of LLBL.
One question, will this work with UDF (userDefinedFunctions) ??
It will (but more sophisticated ). It will work with UDFs too.