How can i show tips before that user enter a new data or when he opens the APP?
thks
@J_jvs
What kinda tips do you want to show? Regarding the general usage of the app? Can you elaborate?
both, tips about app usage and about issues relationes with my control diet app
@J_jvs
Displaying a tip during an app start is relatively easy. However it won’t be working as expected, when the user minimizes the app and let it run in the background app drawer. To display a tip in a form when the user is entering a data, is easy too. To achieve that:
ANY(
SELECT(
TipsTableName[TipColumn],[Tip#]=RANDBETWEEN(1, MAX(TipsTableName[Tip#]))
)
)
This expression will display a random tip from the Tips table everytime the user opens that form to enter some data.
Thks a lot Levent Kulacoglu , i did it, and it runs properly.
Jordi Vilardell Solà
629573791 | jordivilardellsola@gmail.com
Missatge de Levent Kulacoglu via AppSheet Creator Community appsheet@discoursemail.com del dia dt., 30 de jul. 2019 a les 18:37:
User | Count |
---|---|
16 | |
10 | |
10 | |
8 | |
3 |