Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using the following but getting Yes and No for each account in the results. Help please!
Load
If(Max("Ordered")>'0','Yes','No') as "Checks_Ordered"
Group by [DDA_Account];
if(WildMatch("Description1",'*CHECK ORDER*','*ORDER CHECKS*'), '1','0') as "Ordered",
"DDA_Account";
SQL SELECT
Description1,
DDA_Account
FROM
"CURRENT".dbo."DDA_Desc"
union
SELECT
"X1".dbo."DDA_Desc"
"X2".dbo."DDA_Desc"
"X3".dbo."DDA_Desc"
"X4".dbo."DDA_Desc"
"X5".dbo."DDA_Desc";