on 2022 Nov 10 9:51 AM
Hello SAC Gurus,
in one of my data action scripts I want to calculate with a dimension custom property (which is setup as decimal).
Script looks like this:

However SAC complains no viable alternative at input '[d/FLUGZTYP].[p/NOX]'
Can I use a dimension custom property in a calculation?
If yes, how?
Thanks for all replies in advance!
Best regards
Axel
Request clarification before answering.
axel_
Use ATTRIBUTE function to read property values within DATA() statement.
ATTRIBUTE([d/FLUGZTYP].[p/NOX])
-Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nikhli,
I want to ask is it possible that, we using attribute to get the result ?
For example:
[d/date].[p/year] - [d/analytics2].[p./year] = and locate the figure under "[d/wbs].[p/year]"
let's say
[d/date].[p/year] = 2024
[d/analytics2].[p./year] = 2020
= 4
So the figure "4" will identify which "[d/wbs].[p/year]" that i want to park the figure back to the
Thank You
Best Regards
Andrew
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.