Tablix textbox doesn't show expresion values

actdgonzalezactdgonzalez Member Posts: 2
edited 2014-11-25 in NAV Three Tier
In NAV 2013, working with an upgraded report (from 2009 version), some text boxes doesn't show its value when it is an expression (like =Fields!SomeDatasetColumn) but when value is "plain text" (like "TEST") it's shown.
Visibility is set to TRUE for the textBox and the row where the text box is (a curious details is that textbox borders are shown, not as its value).

What could be the problem? Thanks in advance!

Comments

  • sourav_aitsourav_ait Member Posts: 15
    Check the Dataitem where the field actually belongs to. Text Box does not get printed until and unless the field you are printing is with the current scope. Check using FIRST(Fields!DataColumnName) to see whether its coming or not.
Sign In or Register to comment.