BIP Conditional Data Formats
Summary
BIP Conditional Data FormatsContent
Hi all,
Can we apply conditional data formats to BIP reports like we can do in Answers? I am using the RTF template builder. I have a parameter named p_scaling, values are a fixed list and are as follows:
m.0 (the measure should be divided by 1000000 and should have 1 decimal place)
bn.0 (the measure should be divided by 1000000000 and should have 1 decimal place)
m (the measure should be divided by 1000000)
units (just show the measure)
The division is going to be done in the data set using a case statement based on the parameter selection. But I'm not sure if the conditional decimals can be done in the data set too, since we need to set an overall formatting mask for the measure within the RTF template. Is there a way to add conditional data formats within the RTF template?