on 2021 Feb 19 7:52 AM
Hi,
Many similar question but I could not find a satisfying solution for this.
I need to get Service Contract ID filter by CustomerCode, Current Date, and ServiceContract_Lines/ItemCode and Serial Numbers or ItemGroup.
Basically what i need is to filter by the line.
This is what I have tried:
I know the new SQLQuery maybe able to get this.
But this should a be easier if the ServiceContract_Lines exposes the ContractId field.
Creating a SQL query just for this purpose seems to be overkill, as new object needs to be created, table OCTR and CTR1 white listed, and grant users additional authorization for just this query.
Anyone have a better way to do this?
Regards
Edy
Hi Eddy,
i've been facing the same kind of problem. Since there's no navigation property defined, you can't use in cross join.
So basically, you can't make filter based on child collection.
as a workaround, I use the semantic layer to expose analytical view. But yes, it is more work to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.