Vehicle number wise report

Discussion in 'Requests' started by vinayprasad.Dubai, Nov 1, 2018.

    

  1. I am stuck in this can you please help me

    in the vehicle report i am not able to filter vehicle number wise or transporter wise

    upload_2018-11-1_21-29-7.png

    upload_2018-11-1_21-29-15.png

    upload_2018-11-1_21-29-23.png upload_2018-11-1_21-29-7.png upload_2018-11-1_21-29-15.png upload_2018-11-1_21-29-23.png upload_2018-11-1_21-29-7.png upload_2018-11-1_21-29-15.png upload_2018-11-1_21-29-23.png
     


  2. sivam

    sivam Active Member




  3. [Button: Transporter Filtering]
    Title: $$LocaleString:"Transporter"
    Key : Alt + S
    Action : Execute :Transport Configure ;;Agent Commission
    Action : Set : Transport Configure : if ##SelectedTrans = "Green" then "Yellow" else "Green"
    Title : if ##ChangeColor = "Green" then "Yellow" else "Green"

    [Button: Truck Filtering2]
    Title: $$LocaleString:"Truck No."
    Key : Alt + T
    Action : Execute :Truck Configure2 ;;Agent Commission



    [Report: Transport Configure]

    Auto : Yes
    Title : $$LocaleString:"Configuration"
    ;Local : Collection : CST DFormType : Delete : Filter : CSTBeforeApr07

    [Report: Truck Configure2]

    Auto : Yes
    Title : $$LocaleString:"Configuration"
    ;Local : Collection : CST DFormType : Delete : Filter : CSTBeforeApr07



    [Form: Trans Config]

    Parts : TransConfig
    Button : Truck Filtering, Trans Filtering2
    Height : 100% Page
    Width : 100% Page

    Switch: Change : Trans Configure : ##SelectedTrans = Trans Configure
    Switch: Change : Truck Configure2 :##Selectedtruck= Truck Configure2


    [Form: Trans Configure]

    No confirm : Yes
    Full width : No
    Full height : No
    Background : @@SV_CMPCONFIG
    Parts : DSP Configure, transConfig
    Local : Style : Default : Height : @@SmallSize
    Local : Line : Form SubTitle : SpaceBottom : 0.5


    [Form: truck Configure2]

    No confirm : Yes
    Full width : No
    Full height : No
    Background : @@SV_CMPCONFIG
    Parts : DSP Configure, TruckConfig2
    Local : Style : Default : Height : @@SmallSize
    Local : Line : Form SubTitle : SpaceBottom : 0.5


    [Part: TransConfig]

    Lines : filterTrans
    Space Top : 0.5
    [Part: TruckConfig2]

    Lines : filtertruck
    Space Top : 0.5

    [Line: filter Truck]

    Field : Medium Prompt, Name Field
    Local : Field : Medium Prompt : Set as : $$LocaleString:"Show Vouchers of :"
    Local : Field : Name Field : Table : Truck, Not Applicable ;;Scenario12Eng,

    Local : Field : Name Field : Show Table: Always

    Local : Field : Name Field : Variable : SelectedTruck
    Local : Field : Name Field : Modifies : SelectedTruck : Yes


    [Line: filter trans]

    Field : Medium Prompt, Name Field
    Local : Field : Medium Prompt : Set as : $$LocaleString:"Show Vouchers of :"
    Local : Field : Name Field : Table : transname, Not Applicable ;;Scenario12Eng,

    Local : Field : Name Field : Show Table: Always
    Local : Field : Name Field : Variable : Selectedtransname
    Local : Field : Name Field : Modifies : Selectedtransname : Yes

    [Variable: SelectedTrans]

    Type : String


    [System: Variable]


    Selectedtrans : ""

    [System: formula]
    Selectedtruck : If $$IsSysNameEqual:NotApplicable:##Selectedtruck or $$IsEmpty:##SelectedTruck Then Yes Else ($Transtruck contains ##Selectedtruck or $$IsEmpty:##selectedTruck) ;;$$IsSysNameEqual:NotApplicable:##Selectedvinay or


    [Table:myTable]
    Collection: Transpname


    [Collection: Transpname]
    Title: $$LocaleString:"Transporter Name"
    Set as:$Transname
    Type: Ledger
    Child Of:"Transporter"
     


  4. sivam

    sivam Active Member



    You not Declare transname, Truck Tables Anywhere..

    Declare Tables. Then only u got Table Values.
     


Share This Page