Forum Discussion
Merging multiple fields into a single line on a chart
Not sure we understand the question - Are you looking for a line chart with 3 lines representing the the 3 measures from separate tables? I would guess, these 3 tables all have dates (past, present and future). If so, create a day table and relate all the 3 tables and then create a line chart using date from day table and the 3 measures from the separate tables.
Regards,
Sornavoor
Thanks for your insight. We were able to achieve this with the append function after all. What we were looking for was 3 sources of data coming together to form a single line. One table has past dates, one is a snapshot of today and one has future dates. We were able to create a key consisting of a combination of material number and plant to form the relationship. A date formatting error threw us off at first but it is working now.
Thanks everyone.