Hi All ,
i am making report for sub ledger details based on the dimension code and dimension value code in nav 2016.
i want to show three things in my report .
1.dimension code and value code exist .
2.dimension code exist and value code does not exist .
3.dimension and value code does not exist .
my approach was , i have take integer data item .and taken g/l entry as buffer table .setrange the g/l entry based on the gl account no and posting date ,passing every dimension set id to the functiion name dimension code exist or not .in that function i have first setrange on the dimension value entry in the record variable of dimension set entry .loop through the record ,if my filter dimension value code matches with dimension value code ,then i return true else false.but i am stuck in the last part of my requirment . kindly guide me
*This post is locked for comments