Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a pretty extensive BI background, but I had never seen QV until last week. Now I have to generate a quick report. I'm able to pull the data I need, but one column in a table doesn't show the data. If I hover over the field the text will show in a pop-up, but it will not be displayed in the field itself.
Help a newbie out!
Thanks in advance.
Turns out to be a source data issue. I had whitespace in my column which was pushing my table data to line #2 and I was only showing the first line. Simple whitespace removal routine and I'm in business.
Assumning it is a table (there is a column), I can imaging this may happen if the text has multiple lines, and the first line is blank.
Another possibility is that the text color is the same as cell background color, but this sort of things doesn't happen by chance...
Anyway, someting rather minor.
Turns out to be a source data issue. I had whitespace in my column which was pushing my table data to line #2 and I was only showing the first line. Simple whitespace removal routine and I'm in business.