-
Re: Community Version Question
Hi Jared, I suggest you start with the online trial, because the setup is seamless. If you don't have enough time to complete your training, we can extend it for you for some more time. Once you real…1 · -
Re: Map Visualization and Polylines
Hi, This is possible in DSS with native data and charting capabilities: 1. Concatenate your data as a string into a LineString or Polygon, etc. as described on this page https://en.wikipedia.org/wiki…1 · -
Re: I am not able to write it in Formula Language for "if and elseif" in DSS, please help me to get it
Hi, The syntax is if(condition, value if true, value if false). You can nest as many ifs as you want as in your example. I hope this helps.2 · -
Re: window recipe not behaving as per explanation in concept video
Hi, I was able to replicate what you describe, but I believe it is the video that is wrong, not the windows recipe: - When only specifying the partition, the aggregation works on the partition value …1 · -
Re: Dataiku Equivalent for SAS Retain
Hi, You can use a window recipe and the lag (or lagdiff) aggregator, which enables you to pull a value from a previous row. Here is a video from our academy on the Window recipe: https://videos.datai…1 ·