
Ninh
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Comments
Recent activity by Ninh-
it works. Vielen danke Rainer.
-
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...
-
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
-
thank you for your help
-
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
-
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 ...
-
Hi great Rainer, You are diamond :) Number formating of DL is total different with USA :) ------------------------------------------------------------- About calculation Vocabulary list in App art...
-
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(/\....
-
And the formula for this calculation field (vocabulary list) Danke
-
Danke Rainer, i tested with 2 number : dot and comma. But no effort, please see image wish: dot => comma Coding many thanks