Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i have below query and i need to use it in direct dicovery
--------------------------------------
DIRECT QUERY
dimension
ACOUNT_NUMBER,
REMDEPDATE,
MEASURE
REMDEP
FROM GHR_TA_CLOSE_BALANCE a
WHERE A.SANAD_DATE_NO = (SELECT MAX (A.SANAD_DATE_NO)
FROM GHR_TA_CLOSE_BALANCE a)
------------------------------------------------------------------------------------
when i reload this query i get attached error
how can i sole it?
"direct" is a key word and so you should not use it to name the table. Instead try something like ...
direct_query:
DIRECT QUERY
DIMENSION
ACCOUNT_NUMBER,
...
Remove Comma(,) from dimension syntax
i changed it but it does not fixed
i changed it but it does not fixed
I assume, You need Nested Aggregation for all resident's.
can you send me an example?
In fact, i never worked with Direct Query earlier. But, I've fetch few data set from different source, Let me think little more related the same. Then we can talk
thanks a lot
What is the new error message?