Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
could you give us an example? please
Hi Marcos,
Thanks for your reply.
Basically I'm trying to concatenate qvd with direct query table. I have no issue to concatenate 2 qvd.
You may refer below sample script. Error prompted 'No Direct Statement'
Budget:
LOAD
STOREDATE_KEY,
DATE,
Bg_DailyBudget_S,
Bg_DailyForecast_S
FROM
[E:\Qlikview\Production\QVDs\Others\BUDGETMASTERDATA_S.qvd]
(qvd);
ODBC CONNECT TO DIRECTQUERY (XUserId is 2134, XPassword is fdgfgh);
SalesDQ:
Concatenate (Budget)
DIRECT QUERY
DIMENSION
STOREDATE_KEY,
DATE
MEASURE
NETSALES
FROM [dbo].[DIRECT_QUERY]
Any ideas? I need exactly the same. 🙂
Never used this feature but I doubt that's possible. Don't try to concatenate these tables else associate them.
- Marcus