TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Israel
707
1.3k
217.7k
How to count the row's values
Aug 21 2015 5:59 AM
Hi!
I have this simple table generated in a
datagrid
, a
label
where the default amount is
1.029
. What I need to learn?
For each row there is a specific operation. For example, the official fees amount is
1.029
. Then
Fred
doesnt paid for July and Agust. Then its should pay two months (1.029 x 2 =
2.058
).
Brune
should pay only one month: Agust (
1.029
). But
Shandi
is three months: June, July, August (1.029 x 3 =
3.087
).
How can I in a simple way count the month(s) is (or are) on each row as we can see on this table?
Name
Month Amount
-------------|-------------------------|--------------
Fred
July, Agust 1.029
-------------|-------------------------|--------------
Brune
Agust 1.029
-------------|-------------------------|--------------
Shandi
June, July, Agust 1.029
-------------|-------------------------|--------------
In another way, any month inserted in each row is considered as "1". If we add another month on the same row is "1" + "1" =
2
.
Reply
Answers (
5
)
Hide Column Of Grid
How to show text on video using vb.net windows application?