Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a straight table with multiple dimensions and measures .how to generate a dimension with numbers(1-100) how to get in ui level.
use rowno() or autonumber function in your script.
Something like below.
load rowno() as ID,
dimension1...
from ----
now you can use that id.
i did not get you, what you are exactly looking for
ValueLoop(1,100)
Hi Krishna,
I want only in UI level not in script level
Thanks & Regards
Jammula
Hi Antonio,
Its not working...
Thanks & Regards
Jammula
it should work else could you please post sample data.
Hi Krishna,
Please find the attachment...
Thanks & Regards
Jammula
e.g.
Dimension ValueLoop(1,10)
Expression If(ValueLoop(1,10)=1,Avg(Total <YourDimension> Sales)
If(ValueLoop(1,10)=2,Sum(Total Value)
and so on
similat to ValueLIst('Average','Perormance','Min','Max)
See attached.