I can do the TL symbol as seen in the sample code below.
But I can make usd euro symbols
CASE
WHEN SatışİrsaliyesiSatırlar.DövizTürü = VALUE(Enum.DövizTürleri.TRY)
THEN "TL"
WHEN SatışİrsaliyesiSatırlar.DövizTürü = VALUE(Enum.DövizTürleri.EUR)
THEN "€"
WHEN SatışİrsaliyesiSatırlar.DövizTürü = VALUE(Enum.DövizTürleri.USD)
THEN "$"
ELSE ""
END
If the symbol I want to make is ₺
This forum is for the exchange of ideas and suggestions regarding the 1C:Developer Network