This topic contains 2 replies, has 0 voices, and was last updated by adallaway 8 years, 1 month ago.

  • Author
    Posts
  • #5134 Score: 0

    adallaway
    • Contributions: 0
    • Level 1

    Hi,

    Is it possible to do a comparison between a summed value and a non-summed value in the criteria summary fields?

    For example:

    Search Type: item

    Search Summary Criteria: SUM({binonhand.quantityonhand}) > {somecustomitemfield}

    Search Results: Name (Group)

    It seems like to be able to do this you would need to be able to input {somecustomitemfield} into the “VALUE” field of the summary criteria. Unfortunately, it only allows for numeric input.

    Thanks!
    This is a cached copy. Click here to see the original post.

  • #5135 Score: 0

    errol
    • Contributions: 0
    • Level 1

    Try:

    SUM({binonhand.quantityonhand}) > MAX({somecustomitemfield})

  • #5136 Score: 0

    adallaway
    • Contributions: 0
    • Level 1

    Thanks for the reply!

    I discovered that same thing literally 30 seconds before your reply lol.

    Thanks!

You must be logged in to reply to this topic.