Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Unique cell ID
posted

Hi there,

I am trying to include igPivot and related functions into one of my projects. For further usage, I need an unique ID for each cell of a pivot. I am using a flat file source and I have found a key so far. But the syntax "Axis0_0_0_false" doesn't mean anything to me. I would need an identifier consisting of the dimension name and value. For example if I have countries (US, UK, Total) as rows and status (A, B, C) as columns with a measure "sales", the unique cell identifier could be something like

[Country:US, Status:A, Measure:Sales]

or

[Country:Total, Status:C, Measure:Sales]

Is there a way to include this as ID of the TD-Tags?

Thanks and best regards

Florian