I am working for as client who don’t like the way Business Objects filters a table on a report by clicking on the Filter Icon and then choosing the values from a list.
They want drop boxes ( similar to the way drilling works).
[quote:a609b8401d=“Grizzly-Law”]Customer really wants this functionality. Does anyone have any idea how to do this using the SDK through VB??
[/quote]
If you have no experience with the SDK, then you seriously need to reconsider the requirement. Is it possible? Yes, I guess so. Is it easy? NO! Remember that the BusObj SDK doesn’t have any “click” events or drawing layer on the report itself, so you’re talking about a menu choice or toolbar to get the VB form going. Then you’d have to choose which field to use. Then it would populate the list to pick from. Then set the filter. This would be a HUGE effort, and you would end up with something similar to (and probably less desirable than) the built-in right-click functionality.