ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,593
- Points
- 823
Reputation:
Hi everyone,
I just wanted to point out that it seems the BBCode tag in XenForo doesn't properly handle expressions that include double curly braces, like in Power Query (M language) formulas.
For example, this line:
Code:
Continue reading...
I just wanted to point out that it seems the BBCode tag in XenForo doesn't properly handle expressions that include double curly braces, like in Power Query (M language) formulas.
For example, this line:
Code:
= Table.TransformColumns(#"Étape précédente", {{"Montant", each Text.Select(Text.From(_), {"0".."9",",",".","-"})}})Continue reading...