#10827 - 01/15/08 03:56 PM
Re: GridView: How do I do this?
[Re: Andre Kuehnemund]
|
Adagio Master
Registered: 03/16/99
Posts: 10504
Loc: Canada
|
Sorry, no - but that's because LY-YTD changes every day. You have to calculate it doing your own summary (which is probably why ReportMaster was using a Read Back file. The formular for Last Year-YTD Invoices, if using the OrderEntry History file would be:
IF(
AND(
{Inv Date}>= DATE(YEAR(TODAY())-1,01,01),
{Inv Date}<= DATE(YEAR(TODAY())-1,MONTH(TODAY()),DAY(TODAY()))
),
{Total Dollar Value} ,
0)
Then you'd need to summarize the view with this column totalled. Does this help?
_________________________
Andrew Bates
|
Top
|
|
|
|
#10838 - 01/15/08 07:05 PM
Re: GridView: How do I do this?
[Re: Andre Kuehnemund]
|
Adagio Virtuoso
Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
|
Adagio GridView is meant to provide fairly straight forward reports from single tables or from tables that can be hooked together as "composite" tables. GridView does not replace all the capability of Report Master, in particular when ReadBack tables are used!
Seems likely that GridView is not the tool for this report. Perhaps what you need is a Custom Report from Sales Analysis.
|
Top
|
|
|
|
|
1865 Members
5 Forums
14469 Topics
70667 Posts
Max Online: 432 @ 01/20/25 10:17 PM
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
|