Konsta Danyliuk
- Total activity 601
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 273
Comments
Recent activity by Konsta Danyliuk-
Hello Anson.I guess it would be more convenient to handle this request via a support ticket. May I ask you to create a support ticket and share the source file or at least its sample, so we could r...
-
Hello Anson.By the current design, a Pivot Sheet won't be automatically updated when one adds a new column to its source. Thereby, whenever you would like to include a new column in the pivoting re...
-
Hello Ganesh. If you just need 100 random records from the dataset, you could sort by any column and then use the Top N property to display the first N records. In case you would like to really ra...
-
You are welcome, Anson.
-
Hello Anson. At the moment, file and path name patterns do not allow to use of %pattern-N% expressions. That's why %hour-1% or %hour%-1 won't be recognized and calculated. However, you could reconf...
-
Hello Anson. It seems I misunderstood your message. To remove the record, you could e.g. introduce a filter to remove all records where the StorageBytesDifference < 1. If you like, you could also u...
-
Hello Anson.You could either create a new Sheet and reference only require columns or hide the column (header's right-click menu). I usually prefer the first option.
-
Hello Anson.What if you try the following approach. 1. Add an index column to your source data. You could simply use an integer value, e.g. I've used 1. 2. At the new Sheet group by this index via...
-
Hello Ganesh.There are several options to get the unique record count number for a dataset accessible via a DataLink. As a DataLink is just a pointer to data one should materialize it at the saved ...
-
Hello Anson.I would need to discuss this request with our engineering team. Let's move it to a support ticket. I'll create one on your behalf and provide the updates via that channel.