request defination name for group in outstanding report

Discussion in 'Tally & TDL Learning HUB' started by RAJESH KUMAR JAKKA, Jul 11, 2023.

    
  1. RAJESH KUMAR JAKKA

    RAJESH KUMAR JAKKA New Member


    dear expert,

    can you please tell me the defination name of group in group outstanding report to align to centre as shown in the picture without disturbing the party and bill details

    upload_2023-7-11_16-55-46.png
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Default Tally's Group O/s Report is not as per above screenshot..............

    For Group and Ledger it is common field -- DSP DispName
     


  3. RAJESH KUMAR JAKKA

    RAJESH KUMAR JAKKA New Member


    Dear Amit Sir,
    i modified above definition and the result as follows but my purpose is not served, can you guide me sir in this regard?

    when i modified the denition, all details are being moved to centre, please guide me sir

    upload_2023-7-11_19-52-33.png
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    How you expect us to understand and give solution without looking at the code ??
     


  5. RAJESH KUMAR JAKKA

    RAJESH KUMAR JAKKA New Member


    sorry sir,


    [#Field: DSP DispName]
    Style : Courier New Bold
    Align: Center
    Full Width: Yes
     

    Attached Files:



  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    In the Field - Delete : Align

    Add OPTION
    Option : MYCentreAlign : @@IsGroup
    Option : MyLeftAlign : NOT @@IsGroup

    [!Field : MyCentreAlign]
    Align : Centre

    ........... and so on for the other option
     


  7. RAJESH KUMAR JAKKA

    RAJESH KUMAR JAKKA New Member


    amit sir,

    please check and i tried with the following code but it is not working, did i do any mistake in this?


    [#Field: DSP DispName]
    Style : Courier New Bold
    Delete:Align

    Option : MYCentreAlign : @@IsGroup
    Option : MyLeftAlign : NOT @@IsGroup


    [!Field : MyCentreAlign]
    Align : Centre
    Full Width:Yes
    [!Field:MyLeftAlign]
    Align:Left
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Code is correct --- code solution given as per your itty-bitty code sample that you have provided and as per that it should have worked.

    IF NOT working, then the condition "@@Isgroup" is not being satisfied ............. so since you have not shared complete code, there is not a complete solution. You can WORK on the satisfaction of the condition as per your code and it will work.
     


Share This Page