Text and Numerical data in a Pivottable without summarising?

  • Thread starter Thread starter Madhouse
  • Start date Start date
M

Madhouse

I have a database of mixed text and data, index by common dates which I
need to present as a single table, sorted by date;

Ie,

date1, StartTime, textValue
Date1, Runtime, NumberValue
Date2, StartTime, textValue
Date2, Runtime, NumberValue

becomes

------- StartTime ---- Runtime
Date1 textValue NumberValue
Date2 textvalue NumberValue

In principle this should be possible using a pivottable but that will
only summarise the data, in terms of Count, Sum, etc, which won't
handle the Textvalues at all.

Is it possible to just present the data 'As Is' rather than summarising
it and handling everying as though it were a number?

Thanks
 
You can create the layout you want on pages, rows and columns, and then use a
"dummy" measure for the data area (like the count of textValue, for example).
By dummy I mean that it won't be useful for you (you can even hide the
column), but you will have all the other columns with the layout you want.

Hope this helps,
Miguel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top