Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Display two receipt dates Post Reply Post New Topic
Author Message
geetsidhu
Newbie
Newbie
Avatar

Joined: 09 Jul 2008
Location: Austria
Online Status: Offline
Posts: 1
Quote geetsidhu Replybullet Topic: Display two receipt dates
    Posted: 09 Jul 2008 at 8:25pm
Hi everyone,
 
I want to display the reciept date and cost of those products who's cost is change than the last receipt. this selection should be based on date parameter.
for e.g
 1.  Pcode       trandate           price      supplier code
      101           10/07/2008      50.00      106
      101            25/2/2007        45.00      106
 
I display that infromation but now the problem is sometime the supplier is changed and the pcode is same but it pick the different supplier value then how it is possible. i used this formula
 
If {movement.tran_date}={?date} and
    {movement.Cost}<>next({movement.Cost}) then
    
    cstr({movement.Cost}) + "     "+"        "+ cstr(next({movement.Cost}))else
 
"x"
2.   but if in second record there is no value then it pick the next records value which i dnt want
can anyone help me plzzzzzzzzz its urgent
 
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.