Expression Help please
=Feilds!CONTACTNUMBER.Value & "-" & Feilds!COMPANYNAME.Value VW_RPT_RELEASE_INVENTORY.CONTACTNUMBER} + " " + {VW_RPT_RELEASE_INVENTORY.COMPANYNAME} I have this crystal formula that i am trying to convert it into expression and im getting an error BC 30451 Name 'Feilds' is not declared. I researched the error in google and verified but im still getting the same error. What am i missing? In the expression feild i get unknown collection underlined at the "Feilds!CONTACTNUMBER.Value " Also any good resource to learn more about expression? FM
January 26th, 2011 1:07pm

Hi FM, try this, = Feilds!CONTACTNUMBER.Value + "-" + Feilds!COMPANYNAME.Value + Fields!.CONTACTNUMBER.Value + " " + Fields!COMPANYNAME.Value Please let us know your feedback. Thanks KumarKG, MCTS
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2011 1:14pm

Kumar i still get the same message.FM
January 26th, 2011 1:18pm

Fields is spelled wrong... Try it like this... =Fields!CONTACTNUMBER.Value & "-" & Fields!COMPANYNAME.Value Jason Long
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2011 1:19pm

Hi FM, try this:- = Fields!CONTACTNUMBER.Value + "-" + Fields!COMPANYNAME.Value + Fields!.CONTACTNUMBER.Value + " " + Fields!COMPANYNAME.Value Thanks KumarKG, MCTS
January 26th, 2011 1:21pm

Jason & Kumar they both work but here`s another one =Feilds!MATERIALCOLORBAND.value + " - " + FEILDS!MATERIALTYPE.Value I get the same error.. i dont know whats going on ?FM
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2011 1:44pm

HI FM, try this, =Fields!MATERIALCOLORBAND.value +" - " + FieLDS!MATERIALTYPE.Value Thanks Kumar KG, MCTS
January 26th, 2011 1:45pm

Works Now... Thank you.FM
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2011 2:13pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics