Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculate only one figure

Hi,

I have made a diagram (see below). Now I want to calculate (column3) with a formula like column(1) divided through the only one figure (here 1.759). I need this to see the login usage from the users which have registrated their product in January 2013.

When I filter February 2014 I want to see the calculation for this figure and so one.

Hope someone could help!

qv_frage180314.JPG.jpg

Best regards,

Armin

Labels (1)
4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

suppose column 1 is sum(field1) and column(2) is sum(fiels2) then

column3 is: sum(field1) / sum({$ <KAL.Jahr={'2013-Jan'}>} field2)

kristof_j
Creator III
Creator III

What if you put this formula in your last column

sum(# logins)/ count( distinct {<KAL.Jahr={'2013-Jan'}>} TOTAL users)

its_anandrjs
Champion III
Champion III

Hi,

Write some thing like for your field

if(KAL.Jahr = '2013-Jan', Column(1)/ 1.759,0)

Thanks & Regards

Not applicable
Author

Thans for your answers ... but perhaps I have described my problem wrong.

In my app I chose e.g. Jan 2013 and see 3.611 Regs. (Table 1)

In Table 2 I want to see the login development of these 3.611 Regs with the formula

count (DISTINCT{$1<JAL.login_success={">=1"}
, ASP_DIMENSIONS.ESTAT_USER.CAMSID=P({$<ESTAT_REG.ZZ_COUNT_REG={1}>} ASP_DIMENSIONS.ESTAT_USER.CAMSID)>}
    ASP_DIMENSIONS.ESTAT_USER.CAMSID) 

Table 1

Table 2

qv_frage180314.JPG.jpg

When I chose February 2013 table 2 seems empty:

qv_frage180314_2.JPG.jpg