Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have filed name as Territary number where in data source all filed values are reflecting fine but in qlikview list box i could see some of Territary numbers are displayed as "?" symbols , please suggest what could be the issue.
Please find attached details
may be try this
=if(istext([Territory Number],[Territory Number], num([Territory Number]) as [Territory Number]
or
=if(istext([Territory Number],[Territory Number], text([Territory Number]) as [Territory Number]
or
text([Territory Number])
It seems in this case that QlikView isn't sure what sort of formatting to apply by default, and ends up applying NO formatting sometimes, resulting in the question marks. Or maybe it's applying different formatting in different tables. In this case, explicitly telling it a format was the solution
My question mark field included only numbers. Transfer to number format helped. Sample "num(Field)" in table column definition.