Sage 100

 View Only
  • 1.  Does anybody know if there is a way to conditional

    Posted 02-17-2017 19:40
    Does anybody know if there is a way to conditionally group in Crystal? For example, based upon the value of a string parameter, group the report on Item Number vs Customer Number. I thought there was an easy way, but it's not apparent to me, since I can't seem to group based upon the value of a formula.


  • 2.  RE: Does anybody know if there is a way to conditional

    Posted 02-17-2017 19:50
    Oops, asked too soon. Figured it out.


  • 3.  RE: Does anybody know if there is a way to conditional

    Posted 02-17-2017 19:51
    care to share the answer?


  • 4.  RE: Does anybody know if there is a way to conditional

    Posted 02-17-2017 20:06
    I used a parameter with value selections of ""Customer number"" and ""Item Number"". Then made a formula that equaled either CustomerNo or ItemCode, based upon the value of the parameter. Just used if, then, else. Then just used the ""custom"" group and selected my formula as the group by field.


  • 5.  RE: Does anybody know if there is a way to conditional

    Posted 02-17-2017 20:08
    Sorry, correction. In Group Expert, I clicked on the Options button and it allowed me to group on the formula.