Forum Discussion

jjak's avatar
jjak
Frequent Visitor
2 years ago
Solved

Conditional expand of column

Hello!    I have a JSON list which looks like this:       "datasets": [ { "values": [ { "x-original": "Company A", "de-DE": "Company A", "de": "Company A", "en": "Company...
  • jjak's avatar
    jjak
    2 years ago

    Thank you for your answer. Unfortunately I need the record as columns to get the overview I need. This comes with some limitation, but this is currently okay for me.

     

    I now solved my problem by using two different queries. Each query just expands the needed data for one of the two dataTypes. Afterwards I just combine these queries and get the desired result.