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.
Crystal Reportにハッシュ関数はありますか?ハッシュ値を生成するレポートを作成する必要があります。この値は2次元バーコードとして表示されますが、これは可能ですか?
ありません。
以前は、SQL式を使用して、データベースエンジンのハッシュ関数を直接参照し、フィールドの1つをそれに渡していました。
I have a method which takes a Collection<Object> where the Object can be a String or CustomClass. It then takes each e
Collection<Object>
Object
String
CustomClass