Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

how to add custom data access to designer

edited March 2007 in End User
Hello,

I need to add IBO support to end-user designer.

Any tips are greatly appreciated.

Thanks,
Eugene.

Comments

  • edited March 2007
    ok i got it sorted out with EndUser Databases demo.

    now..why when i add a table in QueryWizard or QueryDesigner,
    all the other table names become disabled and i cant add any more tables
    to the query?

  • edited March 2007

    Check whether you are using the DataDictionary. It has an optional AutoJoin
    feature. When DataDictionary AutoJoin is True, you need to pre-define the
    join relationships and you can optionally set
    DataDictionary.AllowManualJoins to true - so that you can still define joins
    manunally.

    For an example of the AutoJoins feature see RBuilder\Demos\EndUser\AutoJoins

    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.