Hello Experts,
I have a script based calc view and i have two columns in the 'var_out' table.
One of these fields is the input to the view, say int_id and the other field is the ext_id, which is calculated by the logic in the script.
I try to insert these values directly to the table but I get an error - "could not find table/view var_out in the <schema that I am using>"
What am I doing worng? I tried with creating a local table and then adding values, but nothing works!
Thanks,
Arpita