hi,
any inputz on how to accomplish this report in microstrategy....
suppose i have data like this
ProdID Prod Name Date State Qty
------ --------- ---- ----- ---
1200 Brake Shoe 20th May 2002 Hyd 150
1200 Brake Shoe 22nd May 2002 Blr 75
1450 Clutch Cable 10th May 2002 Chn 450
1450 Clutch Cable 23rd May 2002 Del 320
how do i display details of the product for the maximum date(qty as on last date)...
wat i want to display is
ProdID Prod Name Date State Qty
------ --------- ---- ----- ---
1200 Brake Shoe 22nd May 2002 Blr 75
1450 Clutch Cable 23rd May 2002 Del 320
i.e. for each product it shud take the maximum date of that product and display the details for that date only... so there will be one row for each product in my report...
also how do display another report which will display
the last available quantity only if the given specified state
value say Blr or Del... if the user says Del it shud display
only...
ProdID Prod Name Date State Qty
------ --------- ---- ----- ---
1450 Clutch Cable 23rd May 2002 Del 320
million thanks for your replies.
regards
sridharan
any inputz on how to accomplish this report in microstrategy....
suppose i have data like this
ProdID Prod Name Date State Qty
------ --------- ---- ----- ---
1200 Brake Shoe 20th May 2002 Hyd 150
1200 Brake Shoe 22nd May 2002 Blr 75
1450 Clutch Cable 10th May 2002 Chn 450
1450 Clutch Cable 23rd May 2002 Del 320
how do i display details of the product for the maximum date(qty as on last date)...
wat i want to display is
ProdID Prod Name Date State Qty
------ --------- ---- ----- ---
1200 Brake Shoe 22nd May 2002 Blr 75
1450 Clutch Cable 23rd May 2002 Del 320
i.e. for each product it shud take the maximum date of that product and display the details for that date only... so there will be one row for each product in my report...
also how do display another report which will display
the last available quantity only if the given specified state
value say Blr or Del... if the user says Del it shud display
only...
ProdID Prod Name Date State Qty
------ --------- ---- ----- ---
1450 Clutch Cable 23rd May 2002 Del 320
million thanks for your replies.
regards
sridharan