How to implement shared variable logic in SSRS

  • I have a crystal report which has code like below

    Shared NumberVar x;

    x := SUM({@GLAABy100})

    Can anyone please let me know how to implement this logic in ssrs.

    Here @GLAABy100 = GLAA/100

    If I give GLAA/100 alone the amounts are getting multiplied.

    Please tell me how to resolve this ASAP as it is production issue.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply