Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
debmsarkar123
Contributor III
Contributor III

Concatenate after inline

Hi

 

Im trying to understand a code-

 

Material:
LOAD * INLINE [
A,B
]
;

concatenate (Material)
LOAD *,[Material Code] & ':'& num([S]) as A
Where not Exists(A,[Material Code] & ':'& num([S]));

LOAD 

B,

X,

Z

FROM
$(vDataFolder)Material.qvd]
(qvd) 

I wanted to ask whats the use of using inline load at the top of the code here?

 

Labels (3)
1 Reply
Or
MVP
MVP

Presumably it is intended to allow the use of Where not Exists without losing QVD optimization.

Have a look at https://www.axisgroup.com/data-industry-insights-blog/optimized-qvd-loads-caveats-for-using-the-exis...