QV: Resue expressions in a chart definition
摘要:It's often useful to avoid repeating lengthy expressions. Here's one technique for reusing expressions.
Consider the chart below. The Expression for the column labeled "Net" is:
=sum(Quantity * Price) * (1-Discount)
Let's add another column for "Commission", defined as 10% of Net. Instead of repeating the Net calculation, use the expression:
=Net * .1
阅读全文
posted @
2014-02-12 22:08
ITPCBI
阅读(279)
推荐(0)
QV - 如何创建动态维度列
摘要:当我们使用Qlikview straight table来表现数据时,经常会遇到有很多的维度列或表达式列需要在表中表现出来,往往超出了屏幕的宽度而需要拖动滚动条,非常不方便。而实际上,并不是所有的列对于用户来说都是有意义的,甚至在不同的时期用户只关心其中某些列内的数据。但是,为了满足所有用户的需求,我们有时需要让所有的列对用户有效。
Dynamic dimension能够让用户可以方便的选择他关心的列,本文将要教你如何如何创建动态维度列。
阅读全文
posted @
2013-12-20 14:15
ITPCBI
阅读(885)
推荐(1)