Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, hope you are doing well.
Well, my metric is this
count({< CurYTDFlag={1}, [Year], [Μonth] >} [m_id])
-count({<LastYTDFlag={1}, [Year], [Μonth] >} [m_id])
The situation is this: when I comment out the second part like :
count({< CurYTDFlag={1}, [Year], [Μonth] >} [m_id])
//-count({<LastYTDFlag={1}, [Year], [Μonth] >} [m_id])
it works. The same if i comment out the first part
//count({< CurYTDFlag={1}, [Year], [Μonth] >} [m_id])
-count({<LastYTDFlag={1}, [Year], [Μonth] >} [m_id])
but all together it the subtraction returns a whatever difference i don't know where it's coming from.
What is happening here??? 😕
it really depends on your data model, and the dimensions you are using. if you didnt create a bridge and used a date in the table then these two expressions wont go together. you may want to supply more info for others to help you, the data model would help a lot
can you share a sample qvf?