Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSODATA #23840

Open
hongweimiao-eaton opened this issue Dec 16, 2024 · 0 comments
Open

XSODATA #23840

hongweimiao-eaton opened this issue Dec 16, 2024 · 0 comments

Comments

@hongweimiao-eaton
Copy link

service {
"db.models::TOQueryAPI_Header.TOHeader" as "TransferOrderHeadSet" key("Lgnum", "Tanum")
navigates ("TransferOrderItemSet" as "to_item");

"db.models::TOQueryAPI_Item.TOItem"
  as "TransferOrderItemSet" key("Lgnum", "Tanum");

association "TransferOrderItemSet" principal  "TransferOrderHeadSet"("Lgnum", "Tanum")
multiplicity "1" dependent "TransferOrderItemSet"("Lgnum", "Tanum") multiplicity "*";

} we can get some results from this service that only have Head data, the item data is empty. How can I prevent the output of such data when the item is empty?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant