Difference between revisions of "Why is the variable showing up blank?"

From SmartWiki
Jump to: navigation, search
 
m
Line 6: Line 6:
 
* There are multiple variables with the same name - this is not recommended.
 
* There are multiple variables with the same name - this is not recommended.
 
* The syntax you are using is not correct.
 
* The syntax you are using is not correct.
 +
 +
=See Also=
 +
 +
* [[Custom Field Type: Display Only – Web Page View]]
 +
* [[Creating Job Pages]]
  
 
[[Category:Universal Tracking Application]][[Category:FAQ]][[Category:Applicant Tracking]]
 
[[Category:Universal Tracking Application]][[Category:FAQ]][[Category:Applicant Tracking]]

Revision as of 10:19, 12 March 2010

Q: Why is the variable showing up blank? Why is the variable not showing up properly?

A: There are multiple causes for this. Typically:

  • The variable you are calling does not have a value. Please ensure that there is data in the field, for the record you are trying to call.
  • There are multiple variables with the same name - this is not recommended.
  • The syntax you are using is not correct.

See Also