Hi all!
I am attempting to create a custom measure inside typescript and add it to one of my numeric charts.
How ever I am unfamiliar with any syntax that supports this action. I do not want to create a calculated measure inside the story as its...
Hi all,
I added hyper links with filters in my story, but they seem to fail to work when I load the story in the boardroom.
What might be the problem?
Thanks
Hi all
I've created a story page where I set very specific filters for a heatmap, from that heatmap I want to create a jump point to a different story.
On my different story page I made 4 indicators which directly depend on 3 filter types that...
Hi all,
I know that it is possible to dye the text inside the indicator box by threshold but is it possible to dye the box itself in relation to the threshold?
Well I managed to calculate what I need inside typescript, I just want to represent it inside the story. Is it possible to add a global variable inside a chart to be shown as a measure?
I don't want to create a calculated measure inside the story, I want to create a measure using the typescript code and save it in a global variable, This would allow me flexibilty because it would depend on my code rather than formula calculations in...
Hey afshin, thanks for the quick reply.I am confused how is this supposed to help me solve the problem.I want to able to take the current years [10007] results and divide it on the last year results of [10007]. and I want to do this operation on a me...