Hi,
I have a field called sequence_anomalies which consists of a lot of individual elements. Once I made it into a table, it looks like below. Now I am wondering if it's possible to make a table view where each row only contains one element instead of all elements being in one row.
Thank you in advance!
Regards,
| eval sequence_anomalies=split(sequence_anomalies," ")
| mvexpand sequence_anomalies
By the way, the images are quite small, it would have been better to have pasted the data into a code block </>
| eval sequence_anomalies=split(sequence_anomalies," ")
| mvexpand sequence_anomalies
By the way, the images are quite small, it would have been better to have pasted the data into a code block </>
Sure will do in the future! Thank you for your answer!