0

私の式はこれ@DbLookup("";"";"vwCompanyHR";1;"companyHR");です。しかし、うまくいきません。ビューcompanyHR内のフィールドの値を取得できません。並べ替えラベルvwCompanyHRの#` 列で、カテゴリの標準を選択すると機能します。vwCompany view, when I change the次に、並べ替えを選択しても、再び機能しないことがわかりました。なぜこれが起こるのですか?

4

1 に答える 1

0

You mentioned the "#" column. I'm taking a bit of a guess: Is that column using "# in View" seelction from the simple function list? (Or the equivalent formula: @DocNumber?)

If so, you should not use that as the key for an @DbLookup. It is a special 'unreadable' type.

Using a categorized column may have a side-effect of making it readable, but it's still a bad idea.

于 2012-10-18T04:36:03.513 に答える