While modifying a Crystal Report in V12 today, I encountered an issue where a description is not displaying. This PTE refers to Payment Term, and I'm trying to retrieve its description content.
I wrote a formula for this, but the result is not showing. I'm unsure what changes were made in V12 that might affect this, as the same formula previously worked in V6.

WhilePrintingRecords;
stringVar X3TEX := "TABPAYTERM~DESAXX~"+{TABPAYTERM.PTE_0}+"~~";
X3TranslatedText ({?X3DOS},{SORDER.LAN_0},X3TEX)

