CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    48

    Crystal XI Parameter problem

    I am converting from 8.5 to XI and in my 8.5 parameters I had a formula in the selection expert where

    ({TABLE.VALUE} = {?VALUE} OR {?VALUE}='')

    bascially if they didn't choose a selection then "blank" for all values. How can this be done in XI, my formula doesn't give an error however it won't pull blank for all? I also noticed that now I have a .... in my parameter in XI and if I leave that selected then it errors out and makes me give a value?

  2. #2
    Join Date
    May 2006
    Posts
    324

    Re: Crystal XI Parameter problem

    I guess you should check the type, options etc. of the parameter as I do this in CR XI without problems.

  3. #3
    Join Date
    Aug 2006
    Posts
    48

    Re: Crystal XI Parameter problem

    I was able to figure it out using the * char. works great.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured