Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to solve date issue?

Hi,

When I select DATE thru date listbox, it displays correctly. (see image below)

datelistbox.png

But when I select date thru Year, Month, Day, listboxes.. it displays nothing... (see image below)

yearmonthdaylist.png

Please help. I can't fix for now! I need experts working on dates.

1 Solution

Accepted Solutions
renjithpl
Specialist
Specialist

=sum({<Date={"$(=max(Date))"}, Year=, Month=, Day=>} Sales)

you could try this..

View solution in original post

7 Replies
Not applicable
Author

have you created them from same source?

Ex Date field:

Year(Date) as Year,

Month(Date) as Month)

Day(month) as Day

Not applicable
Author

Yes, I already have calendar for this.

nilesh_gangurde
Partner - Specialist
Partner - Specialist

Hi billiringer,

To get this work out First create the Master Calender table and link it to the base table with the "Date" Field.

Regards,

Nilesh Gangurde

Not applicable
Author

I already have that, check the structure below

pdcstructure.png

but still I have problem which I mentioned above!

renjithpl
Specialist
Specialist

=sum({<Date={"$(=max(Date))"}, Year=, Month=, Day=>} Sales)

you could try this..

Not applicable
Author

Thanks renjthpl... Got it!

Not applicable
Author

Got this, this is the answer

problemsolve.png

Thanks for the help!