cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to get the values of cells via scripting?

PatriciaR55
Discoverer
0 Kudos
80

The user would like to be able to show a message on the following conditions (only if value and quantity is not filled):

  • price is 0,
  • price is blank,
  • price is negative or becomes +/-50% more than historical price.

We tried using getSelections() but only dimensions are available.

Is it possible to get measure values via scripting to enable a check as mentioned above?

Accepted Solutions (0)

Answers (1)

Answers (1)

david3030
Explorer
0 Kudos

Hello,

 

did you tryed to use getResultSet({yourselection})

 

regards

PatriciaR55
Discoverer
0 Kudos

Hi David, thanks I tried this and was able to see the measure values.

However, I am using a forecast layout with actuals and forecast version and realized I only get the actuals version even if I select on the cells for forecast version. Is this expected?