Year Filter

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
amsire2
User
Posts: 130

Year Filter

Post by amsire2 »

Im creating a crosstab report.

in column headings I select Field(Date). but when I running my project the filter didnot come out


arbei
User
Posts: 9355

Post by arbei »

Make sure the field is a date or datetime field.


amsire2
User
Posts: 130

Post by amsire2 »

I already used date.


arbei
User
Posts: 9355

Post by arbei »

You may post your complete report settings (including the table schema) so other users can try.


amsire2
User
Posts: 130

Post by amsire2 »

I create a custom view call Statistic and consist of following fields
a. ID (PK)
b. BookDate (Date)
c. TotalTourist (Int)
d. BookingStatus

Then I created a crosstab report and this is the settings

Row Headings = BookingStatus
Column Headings = BookDate
interval = Month
and I tick the Year filter
Value = TotalTourist
Summary Value = SUM

When I used phpmaker 2021, the year filter come out but when I used the 2022 version, this not happen.


Webmaster
User
Posts: 9427

Post by Webmaster »

Please update to the latest template (Tools -> Update Template) and try again.


amsire2
User
Posts: 130

Post by amsire2 »

Done and its work. Thank you so much


Post Reply