In the example below I'm adding a description and printing it on screen (in row 3 and 4). But if I adding a custom attribute, for example "user", how can I get access to that information. I tried something in row 7, but that does not work?
Code: Select all
wfcreate u 1
series x
x.label(d) GDP
@uiprompt(x.@description)
%user = @env("username")
x.label("user") {%user}
@uiprompt(x.@user)
