You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want create group of facts, and insert them in DataTable.
As i understand, i should access Contect.Scenario section and find typed dimensions values.
What is right way to create group of facts ?
The text was updated successfully, but these errors were encountered:
The current release of Gepsio keeps the Scenario node of the Context class internal, so it is not exposed to callers. If that is a need, let me know and I will do what I can to expose that data.
From an example i attached in "How to attach label for a fact ?" thread, there are only 4 facts about 2 Acountants:
John Smith 1980-03-01
Marry Williams 1985-03-28
However, i couldnt find a way how to correlate this facts in meaningfull structures(e.g. find birthdate of John Smith).
Gepsio just makes one flat list of facts, which not correlate to each other:
Name: John Smith
Name: Marry Williams
BirthDate: 1985-03-28
BirthDate: 1980-03-01
As i understand, to solve this, i should access to Fact.Context.Scenario and read fact dimensions values - "Accountant1"
So if BirthDate and Name fact refences same dimension value(e.g. "Accountant1"), its BirthDate and Name of same person.
I want create group of facts, and insert them in DataTable.
As i understand, i should access Contect.Scenario section and find typed dimensions values.
What is right way to create group of facts ?
The text was updated successfully, but these errors were encountered: