R
Roiarthur
Guest
Guest or Bot
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...