Hello dear Mibusers
I have table X which contains few document numbers which are (lets say) "confirmed"
Now I want to create list of documents which are not present in table X but are present in table Y (so the output should be these records from Y which are not present in X).
Is that possible to create such report without C/AL coding?
Regards
Michał
Comments
Table A
Doc X
Doc Y
Doc Z
Table B
Doc X
Report result should be Doc Y and Doc Z..
Is it?
If yes, it is possible
before that what you have tied so far?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I was fooling around with setting dataitems and PRINT ONLY IF DETAIL option but with no luck
Table A (PrintOnlyIfDetail=Yes)
Table B (DataItemLinkReference = Table A/Document No.)
It gives me PERFECT output but oposite to what I want
Now I'm trying to skip records which are found in both tables but it is with C/AL and I'm looking for most simple soultion possible.
Something like
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Have nice day
Michał
Why so complex? Why not just use a flowfield?