Hi All,
I was wondering if there was a change in syntax to express a text value in 5.x (specifficaly 5.4). I am trying to write the below calculation and the field is erroring out on me:
if([MyTextField]="","RQST:" & CONTENTID(),[MyTextField])
the if statement calculates as expected (if the my text field isnt blank, it sets this field to the text in the my text field) how ever the issue arrises when it attempts to process the true statment, i am receiving a Source was improperly formatted error. Upon further troubleshooting it would appear the system does not like the "RQST:" tag. I broke out the true condition and tested just: "RQST:" & CONTENTID() which caused the same error. I then removed then "RQST:" and the calculation exicuted properly.
Could someone provide some assistance
thanks