We are in HANA SP9
I need to have a actuals vs target for salesman as follows
Actuals is already available in a calculation view. Target is arriving as flatfile. Hence created analytical view for same
Projection 1 -> target
Projection 2 - > actuals
I joined this 2 projection by salesman code and date and used right outer join ( right ->target, left -> actuals)
and cardinality 1:1
Ideally it should work, but What I am getting is strange output
I played around with cardinality and changes join type to inner/left but nothing giving me correct output
Any inputs much appreciated