
Geoff
- Total activity 130
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 34
Comments
Recent activity by Geoff Sort by recent activity-
Using lavastorm, I often used round() to fix this, I was just noticing in converting Lava to DS360 it doesnt work the same? I am rounding a value in a transform step: out1.GL_LINE_AMOUNT=round(in1....
-
Ahh nice! keeping this one in my bag of tricks! (we just got D360 and im working on converting my lavastorm graphs.. not fun)
-
ahhh if fieldTypes[FieldList[i]] == float: ## Format the floating point number val = "{:.2f}".format(fields[FieldList[i]]) Nice!! thats perfect. Thank you!
-
well I found a solution, although there may be a cleaner one? val=field(Fields[i].str())if field(Fields[i].str()).isNumber() then val=format("%.2f",double(field(Fields[i].str())))msg = msg + "<td...
-
Ahhh perfect! Thank you!
-
found it! our local SME found a reference in a different spot, removed it and the error is gone. He has no clue how I did it lol but its all set now!
-
heres the thing... when i open the graph, i get this... twice then i check the libraries.. R is not listed sooo. im confused lol. I cant remove it, and it doesnt tell me where. thanks!
-
yeah, but what is it? i found the R docs, but what is trying to use it? an earlier version of the same graph doesnt have the error... so something i added is causing it.
-
ahh.. too bad. that couldve been handy. thanks for the r" tip though!
-
ok cool. can python set the graph parameters? I have one called FolderName.. id love to be able to read a directory, then create a sub directory using a date (stripped out of a filename) then set...