Hello,
I am using child dataset in datamodel. Not sure how to use fields which is inherited from paraent datamodel. I am able to access only calcualted fields which is cretated in child dataset.
Example:
Query I am trying
| tstats values(qcst.BA.Duration_sec) AS Duration_sec values(qcst.BA.Duration) AS Duration values(qcst.BA.ActivityType) AS ActivityType FROM datamodel=MTE_RUNTIME_BETA by _time
![alt text][1]
![alt text][2]
[1]: /storage/temp/273189-datamodel.png
[2]: /storage/temp/273190-query.png
↧