
Marc Decroos
- Total activity 365
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 103
- Subscriptions 168
Activity overview
Latest activity by Marc Decroos-
Marc Decroos commented,
We do this with a daily flow in CPWA (Globiflow) taking the KPI number in a separate APP as a snapshot of that value. Reports in that APP give you the desired graph ...
-
Marc Decroos commented,
Just reply on the received mail and they will react. Sometimes they phone me within an hour, sometimes you get only a reaction in 5 days ...it depends (but on what ...no idea)
-
Marc Decroos commented,
If you make the first field a kind of summary field in the APP using a calculation merging together the needed info then Outlook will show what you need.
-
Marc Decroos commented,
Just create a new Workspace and if needed clone the APP's to that workspace. I do not think there is another "clean" way ...
-
Marc Decroos commented,
You should not receive notification because of being the admin of a workspace, just make sure that you only follow APPS you want ... if you unfollow the other APPS then you will only get notificati...
-
Marc Decroos commented,
Still IE11 ? Or also in Edge and Chrome ?
-
Marc Decroos commented,
We detected a lot of users missing comments due to a "bad" default setting in the forwarding to mail. We advise our users to always select all checkboxes OR to read notifications in Podio itself bu...
-
Marc Decroos commented,
like the error indicates, limit is always smaller than 500, so keep it at 500 or 100 per fetch ... offset indicates you are requesting 501-1000 or 501-600, then 601-700 , etc ....just increment "of...
-
Marc Decroos commented,
limit is indeed max 500 so first run is 0==> 500 en then next run 501==> 1000 etc ...you get each run a return value of how many items you get in your JSON, once it is less than 500 you reached the...
-
Marc Decroos commented,