change nav 1-patterns formatting

This commit is contained in:
christianbraeunlich 2021-12-05 19:02:27 +01:00
parent ba12637e35
commit 7e4e21d223
54 changed files with 211 additions and 250 deletions

View file

@ -2,7 +2,7 @@
title = "Use Queries to Replace Nested Loops"
weight = 1350
+++
#### _Originally by Bogdan Sturzoiu, Microsoft Development Center Copenhagen_
_Originally by Bogdan Sturzoiu, Microsoft Development Center Copenhagen_
## **Abstract**
@ -28,7 +28,7 @@ The join operation has traditionally been done in C/AL by record looping. When N
[![ ][image0]][anchor0]
Figure 1\. The pattern elements
_Figure 1\. The pattern elements_
### **Usage**
@ -72,7 +72,7 @@ The classic C/AL approach is to:
END;
******Solution Using Query**
**Solution Using Query**
The new query-based approach involves: