Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
i'm wondering how can i get my expression value as a window title of my chart : pics below.
expression : sum({$<Product={USER_EXP},METRIC_ID={'1'}>}VALUE)
thanks
I get it
it works with : =only({$<Product={USER_EXP},METRIC_ID={'1'}>}SubField(METRICPATH,'|',3))
thanks all
Which value you want to set as Title? Min or Max of Sum?
I'm trying to put in my title the value : "signup/smart_landing_v2.php"
Hi kasdali,
do you want just a description of your metric in the title - or one specific value? - For the latter, you'd have to also specify a specific point on the dimension to use - or you'd have to use an average. But what would be the good of that?
You can set the Title in Chart Properties --> Caption Tab --> Title Text
Hi,
"signup/smart_landing_v2.php" is your expression It contain more than one value
Then which value you wnat to show to the use
It is min value ? max vale? or range ? or Total Value within range?
If you want Total value in range
sum({$<Product={USER_EXP},METRIC_ID={'1'}>} TOTAL VALUE)
Regards
Dear Kasdali,
But when I am trying I am able top get expression on chart title:-
Please see attached image:-
I tryed this, but i'm looking to get the value of my dimension not a expression. i said in my first post that i'm trying to get the value of my expression sorry.
I get it
it works with : =only({$<Product={USER_EXP},METRIC_ID={'1'}>}SubField(METRICPATH,'|',3))
thanks all