Skip to main content

Hi,

 

I'm trying to figure how to complete a data set. And by completing a data set, I intend to stress on the areas of the dataset that are incomplete.

 

For example,

Let's say we're trying to show the status of a text sent through messenger.

1. Sender typing

2. Message sent

3. Text received

4. Text read

 

Now if I have the data showing only the current status of the text and in the visualization, I mean to show a progressing status. How do I do that?

 

Sample data is as below.

 

USER ID

 

STATUSUSER1Message sentUSER2Text received

 

Sample viz shown below.

 

Complete a data set

 

Any help would be highly appreciated.

5 answers
  1. Jun 12, 2017, 8:33 PM

    Vignesh,

    Give this a try and see if it works.

     

    If your various statuses are sequential, as you have described, then you could create a series of calculated fields, one for each status, that look something like this:

    Vignesh,Give this a try and see if it works.

    pastedImage_1.png

     

    pastedImage_2.png

     

    pastedImage_3.png

     

    And then, create a viz where you place the User ID on the Rows shelf, and place Measure Names on the columns shelf, and Measure Values on the Color tile, on the Marks shelf, and select Shapes as your Marks type, so that you get something that looks like this:

    pastedImage_4.png

     

    And this is based on a data source that looks like this:

    pastedImage_5.png

     

    Does that address your objective?  Please let us know.

    Kaz.

0/9000