How to display an horizontal calendar with a list view?
0
Hello, I need to have 2 nested list views, the horizontal one I need to be filled with the days of the current month (dynamically based on the month), while vertically a list of initiatives, in every day of the calendar I have to be able to click in order to be able to insert a number that indicates the effort spent on that initiative in that day, how can I do? thanks in advance
asked
Raffaele Papaleo
1 answers
1
Hi,
You can put a button the one you want to click, with show page activity and you can insert the information in a data view. As a page paramater you should send the entity you want to update.