Group alies

Discussion in 'Tally Developer' started by Gopal Rajbhandari, May 3, 2013.

    

  1. I want to print Group Alias (ledger group) name in my customized report, can anybody help me? I tried $GrpAlias but I couldn't success
     


  2. UTPAL

    UTPAL New Member


    Gopal ji
    Please Try this
    $MSTAlias
     



  3. Dear Utpal Jee, Thank you for your response but it didn't work for my purpose. I have created ledgers under "Class - one", "Class - Two", "Class - Three" etc. groups. I have given alias names for these groups - One, Two, Three etc and I want to print these alias (One, Two, Three etc)name only in my customized student receipt. I used this code.

    [Line : RClassName]
    Space Top: 1 mms
    Space Bottom: 1 mms
    Field : Short Prompt, RClass
    Local : Field : Short Prompt : set as : "Class:"
    Local : Field : Short Prompt : Width : 25 mms
    Local : Field : Short Prompt : Style : CBIA1
    [Field : RClass]
    Use : Name Field
    Width : 95 mms
    Set as : $LedClass
    Style : CBIA2
    [System : Formula]
    LedClass:$Parent:Ledger:$LedgerName

    It prints only group name "Class : Class - One", "Class : Class - Two", "Class : Class - Three" etc. But I need "Class : One", "Class : Two", "Class : Three" etc.

    Where can I use this $MSTAlias ? could you please guide me ?
     


  4. Nirav Merchant

    Nirav Merchant Active Member


    Hi Frnd, Just to get information

    U mentioned "Set as : $LedClass" you are using $ but the Ledclass ur difining in"System : Formula" then it should be
    Set as :mad:@LedClass
     



  5. It is also not working !
     


Share This Page