field not displaying...admin kindly help

Discussion in 'Requests' started by kirantikare, May 1, 2018.

    
  1. kirantikare

    kirantikare Member


    sir,

    in the below mentioned programme GSTPOSAssesableValue is not displaying
    kindly suggest the solution.

    thanking you,

    kiran.



    [#Part: VCH GST POSAnalysisDetails]

    Line :empty9,VCH GST POsAnlysisDet, VCH GST POsAnlysis Total,Emp1
    Repeat : VCH GST POsAnlysisDet : GSTPOSAnalysisPrintSummary
    Total : GST POS TaxAmount
    Scroll : Vertical
    Background: red
    Delete : Line: Empty





    [Line:empty9]
    Fields:short prompt,kjt

    local :Field : short prompt :Set as: "Taxable Value"

    local:Field : kjt:set as:$GSTPOSAssesableValue
     


  2. Lynch

    Lynch Member


    is your field "Kjt", defined anywhere else?

    try this below, to check whether it works

    [Line:empty9]
    Fields:short prompt,kjt

    local :Field : short prompt :Set as: "Taxable Value"

    [Field : kjt]
    set as:$GSTPOSAssesableValue
     


Share This Page