Hi Frnds ,
i have a requirement to read values dynamically based on user entry ,
For Example if a user selects Order = from 3000000201 to 3000000401 while executing a query , i need to get the maximum , mininmum and average days ,
The datatarget will have data like this
Order No Of Days
3000000201 2 days
3000000203 5 days
3000000300 4 days
3000000401 5 days
here the max days is 5 the min days is 2 and the average is 4 days
Hance the query output should have the result like this ,
Order No Of Days Max MIn Avg
3000000201 2 days 5 2 4
3000000203 5 days 5 2 4
3000000300 4 days 5 2 4
3000000401 5 days 5 2 4
Is it possible to achieve this in Bex , Thanks for your valuable sugesstions
If this can be achieved through customer exit please show some draft code sample to achieve this logic
Thanks ,
sathy