Exporting IH into a file using a dataflow
Hi,
The implementation I am looking at exports IH into a file using a relatively simple dataflow with 3 shapes:
- Report definition to retrieve fact and dimension data
- Data transform for some data format change
- File dataset to export into a file
However, while all fact properties from the report definition are available in the other shapes, the dimensions properties such as pyOutcome are not as those are retrieved via an association.
I have tried using a compose shape to link the fact records with the dimension records but for some reason, the compose fails for dimension ID taht are negative.
Any idea how I can solve this issue?