sachinbaan
10th September 2014, 14:04
Hi,
I want to use progress indicator in one of my session which is processing many lines together, I m facing problem in distribute the 'percentage complete'
Example:
I am having 500 records to process.
Percentage = 100/500
Percentage = 0.2
change.progress.indicator(Percentage)
since Percentage is of type 'long' it would not contain '0.2' it will have '0', so progress indicator is not showing any progress.
Any help regarding this pls....
I want to use progress indicator in one of my session which is processing many lines together, I m facing problem in distribute the 'percentage complete'
Example:
I am having 500 records to process.
Percentage = 100/500
Percentage = 0.2
change.progress.indicator(Percentage)
since Percentage is of type 'long' it would not contain '0.2' it will have '0', so progress indicator is not showing any progress.
Any help regarding this pls....