I want to create reports that combine numbers a text. I can not do it with Power Pivot because it only work with numeric fields in the value.
Something like
[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]2010[/TD]
[TD][/TD]
[TD]2011[/TD]
[TD][/TD]
[TD]2012[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]sales[/TD]
[TD]comment[/TD]
[TD]sales[/TD]
[TD]comment[/TD]
[TD]sales[/TD]
[TD]comment[/TD]
[/TR]
[TR]
[TD]USA[/TD]
[TD]1000[/TD]
[TD]Good[/TD]
[TD]2000[/TD]
[TD]Better[/TD]
[TD]1500[/TD]
[TD]OK[/TD]
[/TR]
[TR]
[TD]Germany[/TD]
[TD]200[/TD]
[TD]Bad[/TD]
[TD]500[/TD]
[TD]Good[/TD]
[TD]1000[/TD]
[TD]great[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there any way to force Power Pivot to work with text fields?
Which alternative tool could I use similar to power pivot?
Something like
[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]2010[/TD]
[TD][/TD]
[TD]2011[/TD]
[TD][/TD]
[TD]2012[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]sales[/TD]
[TD]comment[/TD]
[TD]sales[/TD]
[TD]comment[/TD]
[TD]sales[/TD]
[TD]comment[/TD]
[/TR]
[TR]
[TD]USA[/TD]
[TD]1000[/TD]
[TD]Good[/TD]
[TD]2000[/TD]
[TD]Better[/TD]
[TD]1500[/TD]
[TD]OK[/TD]
[/TR]
[TR]
[TD]Germany[/TD]
[TD]200[/TD]
[TD]Bad[/TD]
[TD]500[/TD]
[TD]Good[/TD]
[TD]1000[/TD]
[TD]great[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there any way to force Power Pivot to work with text fields?
Which alternative tool could I use similar to power pivot?