Why Value set is still calculating in view document of record already submitted
Summary:
Why Value set is still calculating in view document of record already submitted.
Content (please ensure you mask any confidential information):
I have a value set with connect by level to get the result of sum as follow
*FROM Clause | (SELECT ROUND((LEVEL -1)*1,0) AS number_value from dual connect by LEVEL <=200) T |
|---|---|
*Value Column Name | NVL(t.number_value,0) |
ID Column Name | NVL(t.number_value,0) |
WHERE Clause |
|
Tagged:
0