Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

How to I parse and Display JSON data from event in a report #80

Open
sriramsv opened this issue Sep 6, 2016 · 1 comment
Open

How to I parse and Display JSON data from event in a report #80

sriramsv opened this issue Sep 6, 2016 · 1 comment

Comments

@sriramsv
Copy link

sriramsv commented Sep 6, 2016

I was fiddling around with this dashboard!

I have a test report created in which I want to display the current value of USD-INR.
My event data looks like this:

[
  {
    "type": "usd",
    "date": 1473142784,
    "properties": {
      "rate": 66.79
    }
  }
]

How do I extract the rate value and display it?

@sriramsv
Copy link
Author

sriramsv commented Sep 6, 2016

@SamyPesse Plz help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant