Mohd Shadmaan
Mohd Shadmaan
@topperspal you can try this approach ``` code import { serve } from "https://deno.land/std/http/server.ts"; import { bodyParser } from "https://deno.land/x/oak/mod.ts"; const server = serve({ port: 3000 }); const app =...
match $g isa geo-entity, has alpha-three-code "AFW"; $i isa indicator-entity, has series-code "IT.NET.USER.ZS"; $y isa year; $y = 1994; insert (subject: $g, indicator: $i, year: $y) isa indicator-data, has value...
ohhh , that's cool if it's working fine with another value . I will try to find it out .
you can check the data type of the 'value' attribute and ensure that it matches the data type of the value you're trying to insert. If you're still having trouble,...