Skip to main content
vaddhicharanc0001
April 20, 2022
Solved

Query Records

  • April 20, 2022
  • 2 replies
  • 0 views

Hi Readers,

i have queried a record but getting some unrelated data which need to be ignored would like to know how can we do that

in this i just need that number 12, only the number need to be displayed, tried .data at the end which gives the list of records

Same in this as well i just need the calculated value only to be displayed.

Best answer by stefanhelzle0001

Then you need to drill down into that data structure. Use dot-notation, record field notation or index() or property().

2 replies

stefanhelzle0001
Brainy
April 20, 2022

Then you need to drill down into that data structure. Use dot-notation, record field notation or index() or property().

vaddhicharanc0001
April 21, 2022

Used Index() and record fields as index which worked out