Anyone knows how to put a GROUP BY under a compound query? It means that 2 queries joined by UNION and GROUP BY at the end of the 2 queries instead of GROUP BY each of them individually. Pls refer to the following example!
Select
COL1,
COL2,
From
TABLE1,
TABLE2
WHERE
...
UNION
Select...
Is there anybody knows how to write a VBA script to check whether a specific worksheet exists in a workbook? For example, how to check whether, say "Sheet 10" exists in the workbook or? 'cause everytime I try to use select to check, Excel comes up with error and the macro halt!
Thanks!
Is there anyone knows how to customize the sorting of a report which not all possible values are currently available in the database? E.g. 3 possible values A, B & C, where B is currently not in database but will be in in future. BO only allow user to customize their sorting with all current...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.