Hi there! I wouold like to show a specific U...

Hi there!

I wouold like to show a specific UX view at the start of the App on a specific day of each month. How can I do that?

Thanks! Apa

0 8 346
8 REPLIES 8

@SABIO_Soporte you can write an expression to the initial view property like:

=IF(DAY(TODAY())=5,โ€œNameOfViewToShowโ€,โ€œDefaultViewNameโ€)

@Levent_KULACOGLU

Is this the View that I like to be open every time the condition is not triger? โ€œDefaultViewNameโ€

Yes, thatโ€™s correct @SABIO_Soporte

If you would like to read different record from a row day by day, you could use LINKTOROW deep link which could show different view for every day.

@Aleksi_Alkio

Thanks a good one.

where I need to add LINKTOROW?

Actuallyโ€ฆ better approach is a slice. Create a table with two columnsโ€ฆ Number and Long text. Number column is a key. Then create a slice for that table with the condition rule DAY(TODAY())=[NumberColumn]. This will give you a result of one record per day. Then create a detail view for that slice and use that for your initial view.

@Aleksi_Alkio

That is even better!!! Thanks a lot Aleksi, you are the man!

Youโ€™re welcome

Top Labels in this Space