I'm trying to create a view for Example called "ViewA" and in the dataSources I'm trying to add another view "ViewB" and will join it with another table for Example "CustTrans" but when adding the "ViewB" in the viewA query system displays an error saying that viewB is invalid table.
is it impossible to use view as datasource for another view?