Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
  • Profile page
  • Posts (577)
  • Replies (3,172)
  • Mentions (571)
  • Official certification & Credly badges (4)
  • Global Masters badges (15)
  • Followers (60)
  • Following (38)
AllAccepted answers
    go to post
Evgeny Shvarov · Jun 29, 2019

SQLCOMPUTECODE is for calculated properties only I believe.

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=91#comment-70621
    go to post
Evgeny Shvarov · Jun 29, 2019

And GetStored effectively bypasses any of these, right?

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=91#comment-70616
    go to post
Evgeny Shvarov · Jun 29, 2019

Do we have two types of getters?

I mean the one which you code a method like Class.PropertyGet()

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=91#comment-70606
    go to post
Evgeny Shvarov · Jun 29, 2019

Thanks, Danny!

good point on slow opening an instance with 100 properties and maybe lot more got swizzled.

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=91#comment-70596
    go to post
Evgeny Shvarov · Jun 29, 2019

Maybe getters could be considered as bad practice in general cause its not called with get stored and not called via  SQL

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=91#comment-70586
    go to post
Evgeny Shvarov · Jun 29, 2019

Thanks, Ed! This is nice!

But this will approach will not execute getter method if any, right?

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=91#comment-70566
    go to post
Evgeny Shvarov · Jun 25, 2019

Hi David! 

This should be automatic. We'll investigate.

0 0 https://community.intersystems.com/post/how-earn-points-intersystems-global-masters-advocate-hub?page=91#comment-70321
    go to post
Evgeny Shvarov · Jun 19, 2019

Thanks, Anastasia!

Very helpful! 

I believe we also have a series upon the number of accepted answers, like 10,25,50,100 accepted answers. Do we?

0 0 https://community.intersystems.com/post/how-earn-points-intersystems-global-masters-advocate-hub?page=91#comment-70126
    go to post
Evgeny Shvarov · Jun 19, 2019

Like a feature map between versions? Would be great to have one.

0 0 https://community.intersystems.com/post/version-changes?page=91#comment-70121
    go to post
Evgeny Shvarov · Jun 19, 2019

Raising this again.

Suppose I changed how dimension A works. 

How do I sure that none of the pivots were broken because of the change?

Yes, I can manually run all the pivots I have. But maybe somebody did a class for that?

0 0 https://community.intersystems.com/post/how-automatically-test-deepsee-pivots-and-dashboards?page=91#comment-70101
    go to post
Evgeny Shvarov · Jun 17, 2019

Hi Jimmy!

401 means that Authenticated user is not authorized to reach the server.

To prove the fact you could grant the application a %ALL role (the second tab) and this should work then.

0 0 https://community.intersystems.com/post/rest-beginner-question?page=91#comment-110271
    go to post
Evgeny Shvarov · Jun 17, 2019

Hi Murillo!

Also this article by @Michael Broesdorf could be helpful.

0 0 https://community.intersystems.com/post/regular-expressions-any-tools-cach%C3%A9?page=91#comment-69981
    go to post
Evgeny Shvarov · Jun 13, 2019

IRIS 2019.2 is available on Docker Hub.

The line for Dockerfile is:

ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
0 0 https://community.intersystems.com/post/intersystems-iris-20192-released?page=91#comment-69821
    go to post
Evgeny Shvarov · Jun 11, 2019

Thanks, Jeff!

When the Community version of InterSystems IRIS 2019.2 will be available on Docker Hub too?

1 0 https://community.intersystems.com/post/intersystems-iris-20192-released?page=91#comment-69661
    go to post
Evgeny Shvarov · Jun 11, 2019

You are welcome, Nikita! This was pretty random but must admit that WebTerminal is a really popular app. And looking forward to seeing the commit to make the repo considered as InterSystems ObjectScript application ;)

0 0 https://community.intersystems.com/post/intersystems-objectscript-supported-github?page=91#comment-69656
    go to post
Evgeny Shvarov · Jun 9, 2019

Perfect!

Thank you, Vitaly!

0 0 https://community.intersystems.com/post/how-many-parameters-should-good-method-have?page=91#comment-69566
    go to post
Evgeny Shvarov · Jun 7, 2019

So, this is fixed. Thanks, Lexi!

0 0 https://community.intersystems.com/post/autocomplete-cache-studio-client-20162?page=91#comment-69546
    go to post
Evgeny Shvarov · Jun 6, 2019

I'd go with one namespace for one project approach. It's much more manageable in the long term.

Take a look at this video where I show the example of starting new ObjectScript project with Github, VSCode, and Docker, and which has an installer for a new namespace.

0 0 https://community.intersystems.com/post/gitflow?page=91#comment-69516
    go to post
Evgeny Shvarov · Jun 6, 2019

Notepad++ is an editor on steroids. So is VSCode, sort of. Why are you surprised?

0 0 https://community.intersystems.com/post/favourite-editor-programming?page=91#comment-69511
    go to post
Evgeny Shvarov · Jun 5, 2019

Bravo, Ed! This deserves a standalone post

0 0 https://community.intersystems.com/post/how-do-i-drop-table-created-objectscript-class?page=91#comment-69406
  • first
  • ‹ previous
  • …
  • 90
  • 91
  • 92
  • 93
  • 94
  • …
  • next ›
  • last
Evgeny Shvarov
@Evgeny.Shvarov
Senior Startups and Community Programs Manager at InterSystems Corporation
TEAM
Follow
Open Exchange profile

User statistics

Posts
577
Replies
3.2K
Likes
2K
Applications
55
Badges
15
Followers
60
People reached
339.9K
Accepted answers
231
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up