Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I just loaded an excel file into qv, and saved it. Problem is that i can't create any graphs, i only get the message "No data to display".
This would probably be because of me screwing up the loading procedure, but the thing is that my friend sitting next to me can do all the graphs he wants using my qvw file, that I just shared with him.
Any thoughts on what might be the problem?
Thankful for any help!
This could be the interpretation of the fields, like numbers loaded as text.
See the num#() or date#() functions to load data correctly.
You might be making any mistake in the chart creation.
sounds like a mistake, most likely in your Chart Expression. Make sure you use some kind of aggregation in the expressions:
For example, use "sum(Amount)" instead of just "Amount"
Thanks for your help.
No, the problem is not in the chart, I can guarantee that. Tried it on his computer aswell, and I've tried 6 different aggregations