on 2024 Mar 22 11:13 PM
I’m only selecting the job info table. If I include position title or id I get duplicate records. The only way to prevent this is to not select position title or id and then bring in position as a table joined to job info table and select it from there. So I can still use position in a story. Is this really how it should be done as I tried this fix in my other stories and it didn’t fix the issues?
I can’t find any documentation about this and looking on these forum’s there seems to be a lot of questions about duplicates but trying to access any links to a possible answer seems to be hidden behind endless username and password requests. So I get no answers.
Any help would be appreciated. I’m the only person in my business learning stories so it’s up to me to figure all this out. Thanks
Request clarification before answering.
Hi Mike,
When you add the position title or code from Job Info you are using an auto-join with the position table. A position can have multiple record statuses and will return a row for each status. I recommend joining the position table from Job Info and create a query filter on Position ? Record Status = "N". This will give you one row only. See an example below.
Kind regards,
Jeroen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Mike,
Issue looks similar to below kba.
Regards,
Subbu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
7 | |
6 | |
5 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.