Skip to main content
kavyam0002
October 7, 2022
Solved

Sum

  • October 7, 2022
  • 2 replies
  • 0 views

here i have add A and B and show it in A+B row....[A+B row is read only]

these rows am storing in value_txt field  shown in below

so i have add the value_txt data where extensionRefId=4 and 12 and show the value in that integer field which refid=14

i had tried to write like

index(fv!item.value_txt, wherecontains(4,fv!item.extensionRedId),{})

but this did not work

can anyone help me with this 

    Best answer by viraty527193

    Hi,

    You need to index your rule input variable which holds multiple values instead of fv!item

    index(ri!crappContractExtraction.value_txt, wherecontains(4,ri!crappContractExtraction.extensionRedId),{})

    Hope this helps

    2 replies

    viraty527193
    October 7, 2022

    Hi,

    You need to index your rule input variable which holds multiple values instead of fv!item

    index(ri!crappContractExtraction.value_txt, wherecontains(4,ri!crappContractExtraction.extensionRedId),{})

    Hope this helps

    kavyam0002
    October 7, 2022

    thank you.. same logic i was trying with the fv!item