Hello People!
With great hope that someone has an advice/solution I present my problem. I am new to FileMaker (FMPro6) so I would apprechiate all of the help.
Here is the DB structure (the actual field names differ but for the ease of understanding...):
=====Reports.fm6================================
-Location (text)
-ItemPrice(number)
-Quantity(number)
-TotalSaleForThisItem (calcualtion=ItemPrice x Qunatity)
-Date(date-autoenter)
--TotalDailySaleBasedOnDateRangeSelected(??????)
===================================================
the scenario is:
user goes to search page (CMDL custom web-pub) that does sorting just fine.So if user selects
Location:Los Angeles
Date
Range)1/1/2002...1/7/2002
I would like to get the results:
Location | Item Price |Quantity |TotalSale |date
======================================================
1.Los Angeles| 50 | 2 |100 |1/1/2002
2.Los Angeles| 20 | 7 |140 |1/2/2002
3... 4... 5... 6.
7.
======================================================
for the selected time frame (one week worth of time)
1/1/2002-->1/7/2002
WEEKLY_TOTALQuantity=xxxx WEEKLY_TOTALSale=$xxxx
SO in other words a weekly report where the week starts based on my date selection and Verital Summ of resulting fields per page?
IS this possible?My background is in VBscript and ASP not FM scripting sooo....
I am at the point where I would really apprechiate your help...and IF this is NOT possible...CHANGE OUR WHOLE DB to Access...maybe?!
help help help
Thank you guys......
With great hope that someone has an advice/solution I present my problem. I am new to FileMaker (FMPro6) so I would apprechiate all of the help.
Here is the DB structure (the actual field names differ but for the ease of understanding...):
=====Reports.fm6================================
-Location (text)
-ItemPrice(number)
-Quantity(number)
-TotalSaleForThisItem (calcualtion=ItemPrice x Qunatity)
-Date(date-autoenter)
--TotalDailySaleBasedOnDateRangeSelected(??????)
===================================================
the scenario is:
user goes to search page (CMDL custom web-pub) that does sorting just fine.So if user selects
Location:Los Angeles
Date
I would like to get the results:
Location | Item Price |Quantity |TotalSale |date
======================================================
1.Los Angeles| 50 | 2 |100 |1/1/2002
2.Los Angeles| 20 | 7 |140 |1/2/2002
3... 4... 5... 6.
7.
======================================================
for the selected time frame (one week worth of time)
1/1/2002-->1/7/2002
WEEKLY_TOTALQuantity=xxxx WEEKLY_TOTALSale=$xxxx
SO in other words a weekly report where the week starts based on my date selection and Verital Summ of resulting fields per page?
IS this possible?My background is in VBscript and ASP not FM scripting sooo....
I am at the point where I would really apprechiate your help...and IF this is NOT possible...CHANGE OUR WHOLE DB to Access...maybe?!
Thank you guys......