2009/5/15 JozefSevcik <[email protected]> > Are filters in formula generally supported feature which is supposed > to work, > or using them in that way is just 'hack' that would be not supported > in next NH releases ? >
Was never supported. <formula> is a tag for calculated properties. <filter> is a feature to "auto-add" where clauses in a defined context. <formula> don't know nothing about <filter> and <filter> don't know nothing about <formula> You can try something like formula="(SELECT ..... WHERE aField = :pParameter)" with a strange <filter>, without the "condition" attribute, and with a param named "pParameter", and then pray that it can work. -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
