Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クリスタル レポートを作成する際に助けが必要です。私はここの初心者です。さて、数値形式フィールドに文字列値を追加しようとしています。値は 1 で、フィールドに「LAYER」を追加しようとしています。
前もって感謝します!
Field1 = 1 および Field2 = Layer Than とします。
式を 1 つ作成します。 formula1 =
Totext({Field1}) + " " + {Field2}
また
CSTR({Field1}) + " Layer"
このようにして、これを行うことができます。