Forum Discussion
Unable to replace blank values cells
- 5 years ago
Anonymous , Create a seperate table for metric_name and join back it with you table and use mertic_name from the new tbale, Then this formula should work
New Table
mertic = distinct(mertic_name )
Also explore this option
Anonymous , Create a seperate table for metric_name and join back it with you table and use mertic_name from the new tbale, Then this formula should work
New Table
mertic = distinct(mertic_name )
Also explore this option
- Anonymous5 years agoNot applicable
Thanks for the reply amit.
do you know why this is not achievable in one single flat table?
Regards,
Dsharma
- amitchandak5 years agoSuper User
Anonymous , This what I think, You need a left join to have that. As the values are there for sep as blank you are getting that. In same table left join in not possible with a column. Once you create a new table left join is possible; and +0 or isblank can force that join in a measure