Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Hoping people can help with this problem that's comes up quite regular.
On the attached we want to produce straight tables that will show results on a question each quarter. Can only ever seem to show the same quarter.
On the atatched we have data for Q1 and Q2 so want to show the breakdown.
Any help would be greatly appreciated.
Chris
Not quite sure I fully understand what you're asking for, but if you want to breakdown the data by quarter you can try two things:
1) Put Quarter in as a dimension into your table (as a secondary dimension) and then Sort by your Text field so the questions remain in 1 to 4 order.
2) Create two straight tables and use set analysis like: Count({<Quarter={'Q1'}>}Quarter) to limit it just to a particular quarter.
I think your main problem might be your data however - it might be simpler to load a table with quarter, question and then number of responses rather than repeating the quarter over and over for each response. Either that or create a responses table if you want to drill down into individual detail for each person responding.
Hope that helps.
As Aaron says, it would be useful to have more clarity on what your complete data will be. In your example, you have just 2 quarters, but I'm guessing you (will have) alot more. This will impact the best solution, but it looks like it will be straight forward to resolve.
Regards
Have a look at this: