divide two function
Posted: Tue May 05, 2015 7:55 pm
thanks in advance
i have 2 function
- CountIf(DataBand1,DataSource1.sub1_s > subject_dgree_end.sub1s
- Count(DataBand1
work ok
i divide the two function with this
{Div(CountIf(DataBand1,DataSource1.sub1_s > subject_dgree_end.sub1s),Count(DataBand1))}
it get me integer value
how can i change to get me decimal value
i change the text format to number also not work
i search in the forum and i think it's because the type
how can i change the type of the function
i have 2 function
- CountIf(DataBand1,DataSource1.sub1_s > subject_dgree_end.sub1s
- Count(DataBand1
work ok
i divide the two function with this
{Div(CountIf(DataBand1,DataSource1.sub1_s > subject_dgree_end.sub1s),Count(DataBand1))}
it get me integer value
how can i change to get me decimal value
i change the text format to number also not work
i search in the forum and i think it's because the type
how can i change the type of the function