How create timeline?

hi,
how to create timeline template like this? when user click the it’ll auto update in this ?

thanks.

Not possible (for the moment)

2 Likes

hospitalhuluterengga:

template like this? when user click the it’ll auto update in t

I think @tsuji_koichi is correct that doing something that looks exactly like what you posted isn’t possible, but it is possible to make a table with a date column that functions as a log of what has happened. I have something that is a little like that in an app I have built.

3 Likes

We need to ask Ian @ianw to consider to implement time-line chart to his awesome QuickChart library?!

[Using QuickChart in your apps](https://community.appsheet.com/t/using-quickchart-in-your-apps/37489/5) Tips & Tricks ?

Hey all, As the creator of the open-source QuickChart project, I wanted to drop in and show you a new no-code tool we’ve built for making charts: https://quickchart.io/chart-maker/ This tool allows you to configure a chart visually and then save it as a template. [chart maker] You can use this tool to customize the look & feel of your chart without having to edit code. Once you click “Save as API template”, the site will provide a custom URL that looks like this: https://quickchart.io/ch…

1 Like

Good idea. But since @hospitalhuluterengga is posting here for the first time, perhaps something easy, like a table would be good.

1 Like

Thanks @Kirk_Masden, @tsuji_koichi. i really appreciate it if you could share with me.

I’ll try to help. Please give us more detail about your situation. Have you already made an app?

One thing I can say at this point is that I think you will need the action called “Data: add a new row to another table using values from this row”:

[New Action: Add a Row to a table](https://community.appsheet.com/t/new-action-add-a-row-to-a-table/13232) Announcements

We just added an initial version of a new action ‘Data: add a new row to another table using values from this row’ Please try it and give us feedback. Documentation, etc coming later this week. The brief version is here: let’s consider an example with Orders and OrderDetails as two related tables in an app. Add an action ‘CreateChildRow’ to the Orders table that will add a row to the OrderDetails table. You can specify expressions to assign to each column of this row. For example: Order = [O…