Pesquisar

質問
· 2025年11月5日

Non ascii characters got considered as a question mark inside regex engine. Is this a bug ?

The following regex is matching while I think it should not :

write $match("♥","\?") //print '1' (unexpected)

It should only match the '?' character. I think what happen is the ♥ character got converted to '?' (as it's not within regular ascii range) before being validated by the regex engine.

In fact, this give a clue about what happen : 

write $char($ascii("♥")) //print '?'

Is this an IRIS well known limitation, is there workarounds ? Should I report it to InterSystems ?

In my case, a way to detect non standard ascii code in a string will be good enough. I'm not sure if it's possible if all string function consider those special characters as '?'.

7件の新着コメント
ディスカッション (7)2
続けるにはログインするか新規登録を行ってください
InterSystems公式
· 2025年11月5日

Announcing Availability of Adaptive Analytics 2025.4.1

InterSystems IRIS Adaptive Analytics version 2025.4.1 is now available from the InterSystems Software Distribution page.  This release includes AtScale 2025.4.1 and is compatible with the existing  Adaptive Analytics User-Defined Aggregate Function (UDAF) file - 2024.1.  New features included in AtSCale's 2025 releases include:

  • Several MDX improvements to better handle null values and semi-additive measures like year-to-date.
  • New parameters to enable setting the visibility of calculations and calculation groups in BI tools.
  • Support for inbound query crossjoins that return empty cells

For more details on AtScale 2025.4.1, see the Release Notes.

For more information about Adaptive Analytics, see the InterSystems documentation and learning services  content.

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年11月5日

Acerca de %Net.HttpRequest

Tengo el siguiente código, con el que pretendo enviar el fichero pepe.XML que está en mi directorio C:\TEMP:

 httprequest=##class(%Net.HttpRequest).%New()
 httprequest.Username="dfgsdgsd"
 httprequest.Password="sdfbnnb"
 httprequest.Port=2222
 httprequest.Server="https://app.net
 httprequest.SetParam("API-Key","jh2871371naou1b82397"
 httprequest.SetParam("content-type", "application/xml"
 httprequest.Post("C:\TEMP\pepe.XML",2)
 response=httprequest.HttpResponse
 !,response
(Los datos no son reales. Supongo que Username, Password y Port no es necesario)

No hace nada, y no se ni si se conecta.

¿Qué hago mal

3件の新着コメント
ディスカッション (3)2
続けるにはログインするか新規登録を行ってください
ディスカッション (0)2
続けるにはログインするか新規登録を行ってください
お知らせ
· 2025年11月5日

October Article Bounty: Community Spotlight

Let’s shine a light on the amazing authors and contributors of our October Article Bounty! 💙
Huge thanks to everyone who joined in and shared their knowledge.

A special mention goes to those who created brand-new articles and shared their expertise — each received 5,000 points 🎉

1. @Robert Cemper >> "Sample for Beginners with Streams in IRIS"
2. @Vachan C Rannore >> "What I’ve Learned from Multiple Data Migrations"
3. @Harshitha  >> "Tips on handling Large data"

And also to those who joined the challenge and helped us in the search for interesting articles (each received 30 points 🙌):


@Mary George 
@Tom Cross 
@Prasanth Annamreddy 
@Padmaja Konduru 
@Marcelo Witt 

👏 We truly appreciate your effort and passion for sharing knowledge!

The final Article Bounty of the year (November) goes live on Global Masters tomorrow! It includes some awesome topics suggested by our Community members. Let’s share the knowledge!

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください