cancel
Showing results for 
Search instead for 
Did you mean: 
cshubham
Rocketeer
Status: New

Column headers can be dynamic - for example, consider that there is a presentation variable called value_type with values amount and quantity.

A measure name can be formatted as "Gross $$value_type". Then, depending on the user selection of the presentation variable, the measure header will be "Gross amount" or "Gross quantity".

This does not work if one of the presentation values was "$", this is because Incorta does not understand the difference between 

$$ - presentation variable identifier

$ - the symbol which is an actual value

This is usually handled using an escape character in a programming language. Enable similar functionality in Incorta.