Viewing 15 posts - 1 through 15 (of 32 total)
Sorry my mistake trn.year is decimal. I can not change it. Is it not possible to filter the year in Case statement?
November 25, 2021 at 12:23 pm
Hi Phil,
TrnDate datatype is decimal and length 5. I tried your suggestion but I should not get any data from 2022 because there isn't any but the query brings the...
November 25, 2021 at 10:30 am
Hi Phil,
It didn't work. I tried as you suggested but I get the result even though there is no data in TrnYear=2022 but the query bring all the data from...
November 23, 2021 at 3:12 pm
Thanks, Phil for kind words. In my query I have been trying to filter following options but I know the query does not filter when I use a.TRNyear=2022 or 2020....
November 23, 2021 at 11:06 am
Thanks, Michael.
I have created a query but not filtering properly. for example and I like to show it on the report where I have struggles it so far.
November 22, 2021 at 4:57 pm
Thanks, John and Michael. It worked after Grouping the account number.
October 21, 2020 at 8:06 am
Hi John,
I have tried the same solution as yours but it brings every date of transaction against the account.
October 20, 2020 at 1:58 pm
I hope it helps.
+---------------------------------------+
| Results |
+---------------------------------------+
| 12/03/2018 | 25 | Carriage | | | |
+------------+------+----------+--+--+--+
| 12/03/2018 | 25 | Carriage | ...
March 12, 2018 at 10:04 am
I am trying to figure out how I could get the desired result. If I have got 1552 qtyinstock and there is an order for 1550. It should minus the...
August 8, 2017 at 1:46 am
Hey Thom,
I seem to use your idea on my query but the balance but I have failed to acheive the desired result for example
If I have got...
August 7, 2017 at 7:48 am
Thanks it gives me ideas to manipulate for few days.
August 1, 2017 at 8:56 am
I have added the due date column.
CREATE TABLE mytable(
DueDate DATE NOT NULL
,ProductName VARCHAR(5) NOT NULL
,ProductDescription VARCHAR(18) NOT NULL
...
August 1, 2017 at 7:03 am
Good question. I may be able to add order by due date and minus from the date order?
August 1, 2017 at 6:36 am
Sorry for the confusion. Here is my best effort
| | A | ...
August 1, 2017 at 5:36 am
Viewing 15 posts - 1 through 15 (of 32 total)