Show all fields in Custom Data View

I want to create a view for my dataset.

To add custom field, I need to manually type its name like this:

view {
    model public_dashboard_widgets {
      field id
      field dashboard_id
      field tenant_id
      field title
      field created_at
      field updated_at
    }
}

But now I want to include all fields of a model without specifically typing all of them, like in SQL has asterisk (*) to select all with SELECT *. How can I do that?

Ref Dataset's Custom Views | Holistics Docs (4.0)

1 Like

Hi @chinh.dm,

Just to confirm, it sounds like you’re using Dataset View to re-order the fields in your dataset, not to hide any. And you’re looking for a faster way to do this instead of manually listing them all, aren’t you?

If that’s right, we believe the “Select All” function wouldn’t address this, as it wouldn’t explicitly list the fields for re-ordering. We’re actually considering a shortcut that would help you quickly list all available fields for this purpose, though it’s not available yet.

Could you let us know if we’ve understood your need correctly?