Jump to content
One on One Extensive Advanced Excel Training ×
Business Intelligence & Analytics for Digital Transformation

Saurabh Jain

Administrators
  • Posts

    1,725
  • Joined

  • Last visited

  • Days Won

    61

Everything posted by Saurabh Jain

  1. Returns a DateTime value with the month portion incremented by n months.
  2. Returns a Date/DateTime/DateTimeZone value with the day portion incremented by the number of days provided. It also handles incrementing the month and year potions of the value as appropriate.
  3. Returns a case-insensitive comparer function which uses Ordinal rules to compare the provided values x and y.
  4. Returns a comparer function which uses Ordinal rules to compare values.
  5. Returns a comparer function given the culture and a logical value for case sensitivity for the comparison. The default value for ignoreCase is false. The value for culture are well known text representations of locales used in the .NET framework.
  6. Returns a logical value based on the equality check over the two given values.
  7. Returns a function that combines a list of text into a single text using the specified positions and lengths.
  8. Returns a function that combines a list of text into a single text using the specified positions.
  9. Returns a function that combines a list of text into a single text using the specified lengths.
  10. Returns a function that combines a list of text into a single text using each specified delimiter in sequence.
  11. Returns a function that combines a list of text into a single text using the specified delimiter.
  12. Saurabh Jain

    #binary

    Creates a binary value from numbers or text.
  13. Creates a function that can be intercepted by a handler defined on a view (via Binary.View).
  14. Creates a modified error record which won't trigger a fallback when thrown by a handler defined on a view (via Binary.View).
  15. Creates or extends a binary with user-defined handlers for query and action operations.
  16. Encodes binary data into a text form.
  17. Converts a binary value into a list of numbers
  18. Returns a subset of the binary value beginning at an offset.
  19. Returns the length of binary values.
  20. Returns a record with field Content.Type that contains the inferred MIME-type.
  21. Decodes data from a text form into binary.
  22. Converts a list of numbers into a binary value
  23. Returns a binary value from the given value.
  24. Decompresses a binary value using the given compression type.
  25. Compresses a binary value using the given compression type.
×
×
  • Create New...