Get values from NON related apps/workspaces

Comments

4 comments

  • Rainer Grabowski (FVM)

    Hi Eduardo.

    it's no problem to get values from apps which are in different workspaces - as long as the two are related (either via a relation field in App "HolidayDatabase" to "AnotherApp" or vice versa).

    If they are related type in the calculation of "AnotherApp":
    @all of NameOfWantedFieldInAnotherApp

    If you want to use the result as a "standalone" you have to write .join() behind the field token in your calculation field (like: field1.join()
    If you use it like field1 + " " + field2 the .join() isn:t necessary.

    If the apps are not related you can't get the holidays into your calculation field (only via the API with an extension like Globiflow).

    For getting number fields you can also use instead of "all": sum, avg, min, max, for date fields min, max.

    Rainer

    0
    Comment actions Permalink
  • Eduardo Rocha Tavares

    Hi, Rainer,

    Thanks for the answer but that's the point I mentioned on the post title. I want to make calculation between NON related apps. I don't want people referencing items by themselves because of two reasons: they might forget to actually do it and they might do it with the wrong items...

    Would you have any other out-of-the-box suggestions?

    0
    Comment actions Permalink
  • Rainer Grabowski (FVM)

    Hi Eduardo,

    sorry, no. Only with Globiflow (and via the API, but for that you need some developer skills). Maybe there are workarounds possible but that depends on your setup and your workflows.

    Rainer

    0
    Comment actions Permalink
  • Eduardo Rocha Tavares

    I see, thanks anyway!

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk