Published
Edited
Nov 4, 2020
Insert cell
Insert cell
Insert cell
Insert cell
QUESTION_ID = "TWFya2V0OlNoRTNPUmpHelUw"
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
html`
<div>
<h3>Question: ${QUESTION_ANSWERS[0].question_title}</h3>
<div>
<h4>Answers:</h4>
${QUESTION_ANSWERS.map(a => html`<div>${a.answer_short_label}</div>`)}
</div>
<div>
<h4>Details:</h4>
<div>Creation Date: ${dateFormat(QUESTION_ANSWERS[0].question_created)}</div>
<div>Resolution Date: ${dateFormat(QUESTION_ANSWERS[0].question_resolution_date)}</div>
<div>Resolution Criteria: </div><div>${QUESTION_ANSWERS[0].question_resolution_criteria}</div>
<div>
</div>
`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more