I'm having a problem with using a matrix. It's hard to explain but basically I have two tables. I want the columns from one table to return rows in the matrix and the rows in another table to be the columns in the matrix. It works great when there is data for each one but if there isn't then the column is not created but I want it to generate the column with blank fields (basically NULL's). If I generate a row with NULL's it does it but I can't do this in Production. Is there a way to generate a column if there isn't a row in the table?
I hope this isn't too confusing.
I hope this isn't too confusing.