Hi All,
I was playing around with the Z_DetailedReport transformation and ran into an issue that turned-out to be a test containing REFID. (line 613)
So I was wondering what that attribute is used for, and can I safely ignore it? I see that it is in the TDL file, but not supplied to the transformation.
z_DetailedReport refers to a non-exitent attribute Topic is solved
Moderator: abstr
-
- Posts: 41
- Joined: Sat Sep 26, 2020 7:41 pm
Re: z_DetailedReport refers to a non-exitent attribute
Hi @Adventurer1111
The REFID attribute exists only for 'Task References' and is used to look up the real task referenced.
Technically, reference tasks require no attributes except their parent task and position and REFID, but I also include the real task's title to simplify situations where only the real task's title is required.
So if that's all you are interested in, or if you are not interested in reference tasks at all, then REFID can be ignored.
The REFID attribute exists only for 'Task References' and is used to look up the real task referenced.
Technically, reference tasks require no attributes except their parent task and position and REFID, but I also include the real task's title to simplify situations where only the real task's title is required.
So if that's all you are interested in, or if you are not interested in reference tasks at all, then REFID can be ignored.
-
- Posts: 41
- Joined: Sat Sep 26, 2020 7:41 pm
Re: z_DetailedReport refers to a non-exitent attribute
Hi abstr,
I removed that choose and the otherwise condition and it all works as expected now.
Thank you.
I removed that choose and the otherwise condition and it all works as expected now.
Thank you.