Help on write mongo datasource object array query #6952
Unanswered
jackyshi3333
asked this question in
Q&A
Replies: 2 comments 4 replies
-
url: https://xxxxx/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in MongoDB, one document schema define as below:
{
"page_count": 7146,
"page_number": 1,
"page_size": 100,
"total": 714598,
"data": [
{
"id": "831333",
"date": "1699364411806",
"deadline_length_days": "22",
"title": "Servicio de producción de células mesenquimales troncales adultas autólogas y alogénicas de medula ósea expandidas, vinculado al proyecto de investigación PIC18/00001"
}
]
}
question is how to query data.title and how to convert date field to time in redash, thanks.
Beta Was this translation helpful? Give feedback.
All reactions