
Ninh
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Activity overview
Latest activity by Ninh-
Ninh commented,
it works. Vielen danke Rainer.
-
Ninh commented,
Thanks Rainer, in your code: i don't know variable "a" . Is a = start? This code: var start = moment(@from)var end = moment(@To)var len = end.diff(start, "d");var result = [];for(var i = 0; i < len...
-
Ninh created a post,
Get all mondays between two dates
HI all, i have 2 date field : From & To Ex: From = 20/10/2018 & To = 1/2/2019 How can i get the list of Monday from 20/10/2018 to 1/2/2019? Result: 21/10/2018 28/10/2018 04/11/2018 .... 28/1/2019 T...
-
Ninh commented,
you can try: "[](" + @files image link + ")" See more: https://help.podio.com/hc/en-us/community/posts/204601337-Displaying-an-image-in-a-calculation-field-from-a-link-field
-
Ninh created a post,
Display image of other app in calculation field
Hi all, I have 2 app (not relationship): Image app: Item 1: image field: image 1 Item 2: image field: image 2 Work app: Calculation field How can i display image 1 and image 2 of Image App in calc...
-
Ninh commented,
thank you for your help
-
Ninh commented,
Dear Rainer, ich habe noch eine Frage. Changing: from ". to ". and i use formula: replace("."",'".\n') Calculation note: script syntax error unexpected string ============ Example: thank you
-
Ninh commented,
thank you Rainer i was changed: var rowsSort = rows.sort( function (a,b) {a = a.split("|")[1].trim();b = b.split("|")[1].trim();return ((a < b) ? -1 : ((a > b) ? 1 : 0));}); and first letter still ...
-
Ninh commented,
Hi great Rainer, You are diamond :) Number formating of DL is total different with USA :) ------------------------------------------------------------- About calculation Vocabulary list in App art...
-
Ninh commented,
Danke great Rainer, good result from new calculation: @text.replace(/(<([^>]+)>)|\*|_/g,"").replace(/(\?|\!)/g,"$1.").replace(/\n|\r/g," ").replace(/([\.?])\s*(?=\s.?([^a-z ]))/g,"/\n").replace(/\....