I have a query that,
in the report i have a field name Entry Type as option type with consumption and output as its option string, so i want to print firstly the records with "Entry Type"::Consumption and then the records with "Entry Type"::Output should be printed.
Please help me out.,.........
0
Comments
Can you tell us what did you try and what is not working?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
code the in Predataitem trigger:
"Daily Prod. Ledger Entry".SETFILTER("Daily Prod. Ledger Entry"."Entry Type",'%1 |%2',"Daily Prod. Ledger Entry"."Entry Type"::
Consumption,"Daily Prod. Ledger Entry"."Entry Type"::
output);
But Its Not working Because its showing the one line of consumption record of entry type then record of Output;but i want to see the records in a group of consumption then group of output.