Forum Discussion

Mattw112's avatar
Mattw112
Icon for Helper I rankHelper I
5 years ago
Solved

Computed Entities and merge

Hi, My corporate BI team deleted some tables out of our SQL db I use and instead are directing me to use a view.   Problem is the view doesn't have 4 columns that I use.   So I added another vie...
  • MattAllington's avatar
    MattAllington
    5 years ago

    Technically, a dataflow is an entity if it is loaded.  If it is not loaded, then it is not an entity and you can reference it in anothe query.  Using my above example, right click on query A and turn off "enable load".  After you do this, you can right click query A and select "reference" to build query B.  This is allowed.  So if you are trying to referenece (say) Customers and customers is loaded, then simply right click Customers and select "duplicate". Right click again and turn off "enable load", then right click the copy of customers and reference it.  The downside is you now have 2 copies of the customer query, but the upside is you don't need to pay for premium.