Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.
This repository was 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

Description

@sriramsv

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions