Forum Discussion
Table visual from multiple tables
- 6 years ago
rjs2 ,
You need to build relationship, if you can't build relationship straightly, you canlin to build a "bridge" table to connet to the two tables.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
rjs2 there is a way to do it but going to be painful, add another table what you want to see on rows and then use switch statement to return the respective measure value.
not sure how to use switch statement to get the rows.
If I have a table with Product A Sales to calculate count and dollars and another table of Product B Sales to calculate count and dollars, how would I build a switch to keep the count and dollars for each product on separatelines. I have used another table to make the columns which are based off of years, which works. I just cant get Product A count and dollars on separate lines.
- rjs26 years agoResolver I
I could settle with having dollars and count on the same row, but I need each product on its own row. Each product has its own table.
like this:
Product YTD# YTD$
A 500 $1,000
B 250 $750
etc....