on 2024 Feb 05 5:59 PM
Dear Scripting-Experts
I added an indicator arrow to a SAC Story with a R-Visualization.
It works fine as long I use German as my data access language because I created the variables based on the German names of the measures.
If other Users have English as data access language the Script isn't working because the name of the measure changes.
Is there a way to switch the script to the key of the measure? Or add German and English?
Script snippet:
x<-c(1)
AC<-ZSTD_ZACGCP01_CG_010$'Cashwirksame Investitionen - AC Monthly (HW)'
PL<-ZSTD_ZACGCP01_CG_010$'Cashwirksame Investitionen - PL Monthly (HW) Year to Date'
plot(x,xaxt='n',yaxt='n',
frame.plot=FALSE,ann=FALSE,
pch=ifelse(AC>=PL,24,25),cex=10,
col=ifelse(AC>=PL,"#c00000","#92d050"),
bg=ifelse(AC>=PL,"#c00000","#92d050"),lwd=1)
Thanks a lot in advance!
Bet regards
Stefan
Request clarification before answering.
Does no one have any ideas on how to solve the problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
8 | |
6 | |
5 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.