Forum Discussion
RobertKuij
6 years agoFrequent Visitor
QUESTION How to add additional filter in new column calculation
Dear users, I am currently working on putting together an interactive stock analysis dashboard, but I am encountering some problems. For now, I have appended two stock data sets: the AEX index a...
- 6 years ago
RobertKuij , you are creating a column not measure in that case you have to add to your filter [stock] =earlier[stock] (or more filter)
, What you created might more fix to measure
amitchandak
Super User
6 years agoRobertKuij , you are creating a column not measure in that case you have to add to your filter [stock] =earlier[stock] (or more filter)
, What you created might more fix to measure
- RobertKuij6 years agoFrequent Visitor
That is great, thank you so much!